- 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:
toykeeper
2000-05-13 20:21:16 +00:00
parent 6a115b4446
commit 8b5b842c89
3 changed files with 15 additions and 15 deletions
-2
View File
@@ -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]);
}