FMUv3: Use its own proper prototype for the image

This commit is contained in:
Lorenz Meier 2018-01-01 14:58:18 +01:00 committed by Daniel Agar
parent 40702b36ee
commit 32aa8d4f51

View File

@ -2,6 +2,7 @@
# FMUv3 is FMUv2 with access to the full 2MB flash
set(BOARD px4fmu-v2 CACHE string "" FORCE)
set(FW_NAME nuttx_px4fmu-v3_default.elf CACHE string "" FORCE)
set(FW_PROTOTYPE px4fmu-v3 CACHE string "" FORCE)
set(LD_SCRIPT ld_full.script CACHE string "" FORCE)
include(nuttx/px4_impl_nuttx)