mirror of
https://github.com/opentx/opentx.git
synced 2025-07-24 00:35:18 +03:00
Wrong simulator started in Companion for Taranis Plus / X9E
This commit is contained in:
parent
7ec2c2c5a9
commit
3f3af01cca
1 changed files with 2 additions and 2 deletions
|
@ -139,7 +139,7 @@ elseif(PCB STREQUAL TARANIS)
|
|||
set(LINKER_SCRIPT targets/taranis/stm32f4_flash.ld)
|
||||
set(HAPTIC YES)
|
||||
set(LUA_EXPORT lua_export_taranis_x9e)
|
||||
set(FLAVOUR taranis-x9e)
|
||||
set(FLAVOUR taranisx9e)
|
||||
add_definitions(-DSTM32F40_41xxx -DREVPLUS -DREV9E)
|
||||
add_definitions(-DEEPROM_VARIANT=32768)
|
||||
set(FIRMWARE_TARGET_SRC
|
||||
|
@ -156,7 +156,7 @@ elseif(PCB STREQUAL TARANIS)
|
|||
set(LINKER_SCRIPT targets/taranis/stm32f2_flash.ld)
|
||||
set(HAPTIC YES)
|
||||
set(LUA_EXPORT lua_export_taranis)
|
||||
set(FLAVOUR taranis-plus)
|
||||
set(FLAVOUR taranisplus)
|
||||
add_definitions(-DREVPLUS)
|
||||
add_definitions(-DEEPROM_VARIANT=0)
|
||||
else()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue