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 -1
View File
@@ -234,7 +234,7 @@ __xdata struct uip_stats uip_stat;
#endif /* UIP_STATISTICS == 1 */
#if UIP_LOGGING == 1
#define UIP_LOG(m) print_string_no_syslog(m);
#define UIP_LOG(m) print_string_newline_no_syslog(m);
#else
#define UIP_LOG(m)
#endif /* UIP_LOGGING == 1 */