From a7cfee640dcaa00e3717bd2ef4bd54489f491960 Mon Sep 17 00:00:00 2001 From: Dana Conrad Date: Sun, 8 Sep 2024 16:52:51 +0000 Subject: erosqnative: only check for EROSQN_VER if bootloader build Change-Id: If1dea2414b5c55d54dfd48aa9b24d29bdd49001a --- firmware/export/config/erosqnative.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'firmware/export/config') diff --git a/firmware/export/config/erosqnative.h b/firmware/export/config/erosqnative.h index 357be1c280..adb1b29e01 100644 --- a/firmware/export/config/erosqnative.h +++ b/firmware/export/config/erosqnative.h @@ -16,9 +16,11 @@ * * This allows us to fix the LCD init issues with v3 players. */ +#ifdef BOOTLOADER #ifndef EROSQN_VER #error "Must define EROSQN_VER" #endif +#endif /* CPU defines */ #define CONFIG_CPU X1000 -- cgit v1.2.3