summaryrefslogtreecommitdiff
path: root/firmware/logf.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/logf.c')
-rw-r--r--firmware/logf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/logf.c b/firmware/logf.c
index 75aaf31e64..a704ad2d67 100644
--- a/firmware/logf.c
+++ b/firmware/logf.c
@@ -135,7 +135,7 @@ void _logf(const char *format, ...)
135 serial_tx(buf); 135 serial_tx(buf);
136 serial_tx("\r\n"); 136 serial_tx("\r\n");
137#endif 137#endif
138#ifdef USB_SERIAL 138#ifdef USB_ENABLE_SERIAL
139 usb_serial_send(buf, len); 139 usb_serial_send(buf, len);
140 usb_serial_send("\r\n", 2); 140 usb_serial_send("\r\n", 2);
141#endif 141#endif