erosqnative: only check for EROSQN_VER if bootloader build

Change-Id: If1dea2414b5c55d54dfd48aa9b24d29bdd49001a
This commit is contained in:
Dana Conrad 2024-09-08 16:52:51 +00:00 committed by Solomon Peachy
parent 1f1b3bce86
commit a7cfee640d

View file

@ -16,9 +16,11 @@
* *
* This allows us to fix the LCD init issues with v3 players. * This allows us to fix the LCD init issues with v3 players.
*/ */
#ifdef BOOTLOADER
#ifndef EROSQN_VER #ifndef EROSQN_VER
#error "Must define EROSQN_VER" #error "Must define EROSQN_VER"
#endif #endif
#endif
/* CPU defines */ /* CPU defines */
#define CONFIG_CPU X1000 #define CONFIG_CPU X1000