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, ...)
serial_tx(buf);
serial_tx("\r\n");
#endif
-#ifdef USB_SERIAL
+#ifdef USB_ENABLE_SERIAL
usb_serial_send(buf, len);
usb_serial_send("\r\n", 2);
#endif