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, 2 insertions, 0 deletions
diff --git a/firmware/logf.c b/firmware/logf.c
index 3f9bd36112..11ffa4e15c 100644
--- a/firmware/logf.c
+++ b/firmware/logf.c
@@ -43,6 +43,8 @@
43#ifdef HAVE_USBSTACK 43#ifdef HAVE_USBSTACK
44#include "usb_core.h" 44#include "usb_core.h"
45#include "usbstack/usb_serial.h" 45#include "usbstack/usb_serial.h"
46#else
47#undef USB_ENABLE_SERIAL
46#endif 48#endif
47 49
48#ifdef ROCKBOX_HAS_LOGDISKF 50#ifdef ROCKBOX_HAS_LOGDISKF