1
0
Fork 0
mirror of https://github.com/opentx/opentx.git synced 2025-07-25 01:05:10 +03:00

Compilation fix

This commit is contained in:
Bertrand Songis 2019-03-20 21:58:40 +01:00
parent f30a9ec9e1
commit 725388b83e

View file

@ -2,6 +2,10 @@ if(PCB STREQUAL X9D OR PCB STREQUAL X9DP OR PCB STREQUAL SKY9X OR PCB STREQUAL A
set(EEPROM_CONVERSIONS 216)
endif()
if(PCB STREQUAL SKY9X OR PCB STREQUAL AR9X OR PCB STREQUAL 9XRPRO)
set(EEPROM_CONVERSIONS 216)
endif()
if(PCB STREQUAL X7 OR PCB STREQUAL XLITE)
set(EEPROM_CONVERSIONS 218)
endif()