Hellen says let's fix Prometheus

This commit is contained in:
rusefi 2020-09-11 07:51:49 -04:00
parent f98620e158
commit ae27051ef5
1 changed files with 1 additions and 1 deletions

View File

@ -222,7 +222,7 @@ ts_channel_s primaryChannel;
#if EFI_PROD_CODE || EFI_EGT
bool isUsbSerial(BaseChannel * channel) {
#if defined(EFI_CONSOLE_USB_DEVICE)
#if HAL_USE_SERIAL_USB
return channel == (BaseChannel *) &EFI_CONSOLE_USB_DEVICE;
#else
return false;