You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Append trailing newlines to diagnostic console::Error calls across multiple modules (malloc, software timers, DHCP, IGMP, TCP, UDP) for consistent output formatting. Add console::Write declaration and replace console::Puts(": ") with console::Write(": ", 2) in perror to use a write-with-length API. Add missing <cstdint> include in UART console implementation and bump copyright year in perror.cpp.
0 commit comments