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:
ddouthitt
2001-09-25 07:19:08 +00:00
parent 1d59e67b69
commit ba630ec1d2
2 changed files with 53 additions and 54 deletions
+1 -1
View File
@@ -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 ();