Updated debug driver:
+ Convert to use syslog instead of printf + Fixed some memory allocation bugs: in particular, driver is only a local variable! Use static variable debug_drv instead....
This commit is contained in:
@@ -7,7 +7,7 @@ void debug_clear ();
|
||||
void debug_flush ();
|
||||
void debug_string (int x, int y, char string[]);
|
||||
void debug_chr (int x, int y, char c);
|
||||
void debug_contrast (int contrast);
|
||||
int debug_contrast (int contrast);
|
||||
void debug_backlight (int on);
|
||||
void debug_init_vbar ();
|
||||
void debug_init_hbar ();
|
||||
|
||||
Reference in New Issue
Block a user