- Fixed acconfig comment-splitting problem.. (?)
- "-i off" option now works when placed after a driver - CFontz driver no longer attempts to use 19200 baud if asked.
This commit is contained in:
@@ -113,8 +113,6 @@ CFontz_init (lcd_logical_driver * driver, char *args)
|
||||
speed = B2400;
|
||||
else if (tmp == 9600)
|
||||
speed = B9600;
|
||||
else if (tmp == 19200)
|
||||
speed = B19200;
|
||||
else {
|
||||
fprintf (stderr, "CFontz_init: %s argument must be 1200, 2400, or 9600. Using default value.\n", argv[i]);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user