forked from Archive/PX4-Autopilot
Crazyflie v 21 (#16502)
Build model name fix. Co-authored-by: TheLegendaryJedi <goncalo.atanasio@gmail.com>
This commit is contained in:
parent
dd9b0ded0f
commit
64c857562d
1
Makefile
1
Makefile
|
@ -271,6 +271,7 @@ misc_qgc_extra_firmware: \
|
|||
check_intel_aerofc-v1_default \
|
||||
check_mro_x21_default \
|
||||
check_bitcraze_crazyflie_default \
|
||||
check_bitcraze_crazyflie21_default \
|
||||
check_airmind_mindpx-v2_default \
|
||||
check_px4_fmu-v2_lpe \
|
||||
sizes
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
px4_add_board(
|
||||
PLATFORM nuttx
|
||||
VENDOR bitcraze
|
||||
MODEL crazyflie 2.1
|
||||
MODEL crazyflie21
|
||||
TOOLCHAIN arm-none-eabi
|
||||
ARCHITECTURE cortex-m4
|
||||
ROMFSROOT px4fmu_common
|
||||
|
|
Loading…
Reference in New Issue