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

Logical issue: X9DP is NOT an X9D. Will be fixed better when we introduce radio family definitions

This commit is contained in:
Bertrand Songis 2019-05-13 10:02:09 +02:00
parent 986c9ae4d0
commit 4e8f7fc1ec

View file

@ -40,7 +40,7 @@ elseif(PCB STREQUAL X9D+)
set(HAPTIC YES)
set(LUA_EXPORT lua_export_x9d)
set(FLAVOUR x9d+)
add_definitions(-DPCBX9DP -DPCBX9D -DPCBX9)
add_definitions(-DPCBX9DP -DPCBX9)
add_definitions(-DEEPROM_VARIANT=0)
set(GUI_DIR 212x64)
set(NAVIGATION_TYPE x9d)