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

Compilation fix

This commit is contained in:
Bertrand Songis 2019-03-20 21:19:51 +01:00
parent ba028e4d79
commit f30a9ec9e1

View file

@ -1,4 +1,4 @@
if(PCB STREQUAL X9D OR PCB STREQUAL X9DP OR PCB STREQUAL SKY9X)
if(PCB STREQUAL X9D OR PCB STREQUAL X9DP OR PCB STREQUAL SKY9X OR PCB STREQUAL AR9X)
set(EEPROM_CONVERSIONS 216)
endif()