Corrected HD44780 to work with the curses driver.

This commit is contained in:
robijn
2001-10-06 13:51:45 +00:00
parent f8b89f2666
commit db935c35bf
5 changed files with 13 additions and 9 deletions
+1 -1
View File
@@ -452,7 +452,7 @@ lcd_add_driver (char *driver, char *args)
if ((add = lcd_allocate_driver()) == NULL)
return -1;
memset (add, 0, sizeof (add));
memset (add, 0, sizeof (lcd_logical_driver));
// Default settings for the driver...
lcd_drv_init(add, NULL);