On Thu, 17 Jun 2021 at 10:18, andy pugh <[email protected]> wrote: > rtapi_print_msg(RTAPI_MSG_ERR, "Linux parallel port %c%d not found\n", > base < 16 ? '#' : '@', base);
I think that this message should only be printed if the parport number is less than 16, ie you are asking for a port by number. That is the way that it is in parport.h, but uspace_parport.h gives the message regardless, but only sends an error code if the number < 16 I pushed a change last night that (I hope) clarifies the position. -- atp "A motorcycle is a bicycle with a pandemonium attachment and is designed for the especial use of mechanical geniuses, daredevils and lunatics." — George Fitch, Atlanta Constitution Newspaper, 1912 _______________________________________________ Emc-developers mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/emc-developers
