mirror of
https://github.com/opentx/opentx.git
synced 2025-07-25 01:05:10 +03:00
Compilation fix
This commit is contained in:
parent
f30a9ec9e1
commit
725388b83e
1 changed files with 4 additions and 0 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue