Skip to content

Commit

Permalink
fix(nv14): NV14 should be able to use FRM303 as external module
Browse files Browse the repository at this point in the history
  • Loading branch information
richardclli committed Jan 3, 2025
1 parent 9783309 commit 3fab809
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion radio/src/targets/nv14/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ if (PCBREV STREQUAL EL18)
# defines existing internal modules
set(INTERNAL_MODULES AFHDS3;CRSF CACHE STRING "Internal modules")
set(DEFAULT_INTERNAL_MODULE FLYSKY_AFHDS3 CACHE STRING "Default internal module")
set(AFHDS3 ON)
else()
set(FLAVOUR nv14)
# defines existing internal modules
Expand All @@ -63,6 +62,7 @@ set(RADIO_DEPENDENCIES ${RADIO_DEPENDENCIES} ${BITMAPS_TARGET})

set(HARDWARE_TOUCH ON)
set(FLYSKY_GIMBAL ON)
set(AFHDS3 ON)

add_definitions(
-DSTM32F429_439xx -DSTM32F429xx
Expand Down

0 comments on commit 3fab809

Please sign in to comment.