From 082ab11dfbf90e0f0bad58d56dbb4241736f5031 Mon Sep 17 00:00:00 2001 From: rusefi Date: Fri, 11 Sep 2020 08:25:42 -0400 Subject: [PATCH] Hellen says let's fix Prometheus part #3 --- firmware/console/console_io.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/firmware/console/console_io.cpp b/firmware/console/console_io.cpp index 93c4ffc50c..5fb84178e4 100644 --- a/firmware/console/console_io.cpp +++ b/firmware/console/console_io.cpp @@ -51,12 +51,12 @@ EXTERN_ENGINE; #include "usbconsole.h" #define EFI_CONSOLE_USB_DEVICE SDU1 #define SERIAL_USB_DRIVER SerialUSBDriver -#endif /* HAL_USE_SERIAL_USB */ #ifdef EFI_CONSOLE_USB_DEVICE extern SERIAL_USB_DRIVER EFI_CONSOLE_USB_DEVICE; #endif /* EFI_CONSOLE_USB_DEVICE */ +#endif /* HAL_USE_SERIAL_USB */ // 10 seconds #define CONSOLE_WRITE_TIMEOUT 10000