From 98a38c394fc5a3fdd8538331016c34e4aaf15568 Mon Sep 17 00:00:00 2001 From: rusefillc Date: Thu, 6 Jul 2023 15:04:13 -0400 Subject: [PATCH] huh? --- firmware/console/binary/tunerstudio_io_serial_ports.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/firmware/console/binary/tunerstudio_io_serial_ports.cpp b/firmware/console/binary/tunerstudio_io_serial_ports.cpp index 48886ef9dc..cdfe9f6b74 100644 --- a/firmware/console/binary/tunerstudio_io_serial_ports.cpp +++ b/firmware/console/binary/tunerstudio_io_serial_ports.cpp @@ -15,7 +15,9 @@ #endif // HW_HELLEN // These may not be defined due to the HAL, but they're necessary for the compiler to do it's magic +//#if EFI_SIMULATOR class UARTDriver; +//#endif // EFI_SIMULATOR class UartDmaTsChannel; class UartTsChannel; class SerialTsChannel;