Automatically print newline on serial interface

For some print_string
This commit is contained in:
bennydiamond
2026-06-07 14:52:56 -04:00
parent 8f3b738e59
commit 7a7ffd3bf8
4 changed files with 13 additions and 6 deletions
+1
View File
@@ -120,6 +120,7 @@ extern __xdata struct uip_eth_addr uip_ethaddr;
// Headers for calls in the common code area (HOME/BANK0)
void print_string_no_syslog(__code char *p);
void print_string_newline_no_syslog(__code char *p);
void print_string(__code char *p);
void print_string_x(__xdata char *p);
void print_long(uint32_t a);