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:
parent
986c9ae4d0
commit
4e8f7fc1ec
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue