mirror of
https://github.com/opentx/opentx.git
synced 2025-07-20 06:45:10 +03:00
Cosmetics - will help for #4142
This commit is contained in:
parent
1182f80e64
commit
28006d26a9
2 changed files with 8 additions and 0 deletions
|
@ -26,6 +26,10 @@ set(RAMBACKUP YES)
|
|||
set(LUA YES)
|
||||
set(PPM_LIMITS_SYMETRICAL YES)
|
||||
|
||||
if(SPLASH STREQUAL OFF)
|
||||
message(FATAL_ERROR "Option SPLASH=OFF not supported on Horus")
|
||||
endif()
|
||||
|
||||
add_definitions(-DPCBHORUS -DPCBREV=${PCBREV} -DSTM32F429_439xx -DSDRAM -DCOLORLCD -DPPM_PIN_UART -DPPM_PIN_TIMER)
|
||||
add_definitions(-DEEPROM_VARIANT=0 -DAUDIO -DVOICE -DRTCLOCK)
|
||||
add_definitions(-DGPS_USART_BAUDRATE=${INTERNAL_GPS_BAUDRATE})
|
||||
|
|
|
@ -77,6 +77,10 @@ set(EEPROM EEPROM_RLC)
|
|||
set(TARGET_DIR taranis)
|
||||
set(PPM_LIMITS_SYMETRICAL YES)
|
||||
|
||||
if(SPLASH STREQUAL OFF)
|
||||
message(FATAL_ERROR "Option SPLASH=OFF not supported on Taranis")
|
||||
endif()
|
||||
|
||||
add_definitions(-DPCBTARANIS -DPPM_PIN_TIMER)
|
||||
add_definitions(-DAUDIO -DVOICE -DRTCLOCK)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue