Hellen says let's fix Prometheus
This commit is contained in:
parent
f98620e158
commit
ae27051ef5
|
@ -222,7 +222,7 @@ ts_channel_s primaryChannel;
|
||||||
#if EFI_PROD_CODE || EFI_EGT
|
#if EFI_PROD_CODE || EFI_EGT
|
||||||
|
|
||||||
bool isUsbSerial(BaseChannel * channel) {
|
bool isUsbSerial(BaseChannel * channel) {
|
||||||
#if defined(EFI_CONSOLE_USB_DEVICE)
|
#if HAL_USE_SERIAL_USB
|
||||||
return channel == (BaseChannel *) &EFI_CONSOLE_USB_DEVICE;
|
return channel == (BaseChannel *) &EFI_CONSOLE_USB_DEVICE;
|
||||||
#else
|
#else
|
||||||
return false;
|
return false;
|
||||||
|
|
Loading…
Reference in New Issue