1
0
Fork 0
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:
Bertrand Songis 2016-03-13 18:12:27 +01:00
parent 7ec2c2c5a9
commit 3f3af01cca

View file

@ -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()