diff --git a/firmware/src/usb_console.h b/firmware/src/usb_console.h index 6213718..f961f49 100644 --- a/firmware/src/usb_console.h +++ b/firmware/src/usb_console.h @@ -51,7 +51,7 @@ void USBConsole_Initialize(); * * We may not buffer the entire message if the log buffer is full. * Since the messages are sent over a serial console, the NULL characters are - * replaced with \n characters. + * replaced with \\n characters. */ void USBConsole_Log(const char* message);