1
0
Fork 0
mirror of https://github.com/opentx/opentx.git synced 2025-07-19 14:25:11 +03:00

LUA=NO_MODEL_SCRIPTS didn't work on Horus (#7281)

This commit is contained in:
Bertrand Songis 2020-01-09 23:06:00 +01:00 committed by GitHub
parent 22dacf7f85
commit aba413c419
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,7 +15,6 @@ set(NAVIGATION_TYPE horus)
set(TARGET_DIR horus) set(TARGET_DIR horus)
set(LINKER_SCRIPT targets/horus/stm32f4_flash.ld) set(LINKER_SCRIPT targets/horus/stm32f4_flash.ld)
set(RTC_BACKUP_RAM YES) set(RTC_BACKUP_RAM YES)
set(LUA YES)
set(PPM_LIMITS_SYMETRICAL YES) set(PPM_LIMITS_SYMETRICAL YES)
set(USB_SERIAL ON CACHE BOOL "Enable USB serial (CDC)") set(USB_SERIAL ON CACHE BOOL "Enable USB serial (CDC)")