- update drivers to use new API
(get rid of those pseudo options named 'Arguments' in the config file) - replace printf / printf calls by debug / report calls in some drivers - sort and extend LCDd.conf
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
|
||||
extern lcd_logical_driver *joy;
|
||||
|
||||
MODULE_EXPORT int irmanin_init (struct lcd_logical_driver *driver, char *args);
|
||||
MODULE_EXPORT int irmanin_init (Driver *drvthis, char *args);
|
||||
MODULE_EXPORT void irmanin_close ();
|
||||
MODULE_EXPORT char irmanin_getkey ();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user