diff options
Diffstat (limited to 'firmware/logf.c')
-rw-r--r-- | firmware/logf.c | 2 |
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 |