From 7c87467ba4d6f6fabca5b167e1233d4cca1671ca Mon Sep 17 00:00:00 2001 From: Solomon Peachy Date: Wed, 18 Nov 2020 08:30:01 -0500 Subject: configure: Add prompt for USB Serial into the advanced mode And explicitly disable USB_ENABLE_SERIAL when HAVE_USBSTACK is not define Change-Id: Ieb4176b02a60eb1b9db81f0b8c69403898a76ca1 --- firmware/logf.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'firmware') 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 @@ #ifdef HAVE_USBSTACK #include "usb_core.h" #include "usbstack/usb_serial.h" +#else +#undef USB_ENABLE_SERIAL #endif #ifdef ROCKBOX_HAS_LOGDISKF -- cgit v1.2.3