initialize all vars; remove unused code

This commit is contained in:
feelfree69
2026-04-12 12:58:02 +02:00
parent b85861347b
commit b60811b984
3 changed files with 14 additions and 23 deletions
+2 -1
View File
@@ -5,8 +5,9 @@
#define LOGBUF_SIZE 512
extern __xdata char logbuf[LOGBUF_SIZE];
void syslog_init(void) __banked;
void syslog_write_char(void) __banked;
void handle_syslog(void) __banked;
#endif