EFI_TUNER_STUDIO guard fix

This commit is contained in:
rusefillc 2023-08-08 23:49:41 -04:00
parent b21455e178
commit 795a76638c
2 changed files with 3 additions and 1 deletions

View File

@ -6,7 +6,7 @@
#include "pch.h"
#if EFI_PROD_CODE || EFI_SIMULATOR
#if (EFI_PROD_CODE || EFI_SIMULATOR) && EFI_TUNER_STUDIO
#include "tunerstudio.h"
#include "tunerstudio_io.h"
#include "connector_uart_dma.h"

View File

@ -233,7 +233,9 @@ void runRusEfi() {
#endif /* EFI_TUNER_STUDIO */
// Start hardware serial ports (including bluetooth, if present)
#if EFI_TUNER_STUDIO
startSerialChannels();
#endif // EFI_TUNER_STUDIO
runRusEfiWithConfig();