mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-27 18:27:05 +08:00
cmake use standard mechanisms for settings flags
This commit is contained in:
committed by
David Sidrane
parent
11be2b8873
commit
3e0a3559a9
@@ -4,7 +4,7 @@ px4_add_board(
|
||||
VENDOR intel
|
||||
MODEL aerofc-v1
|
||||
TOOLCHAIN arm-none-eabi
|
||||
PROCESSOR cortex-m4
|
||||
ARCHITECTURE cortex-m4
|
||||
ROMFSROOT px4fmu_common
|
||||
|
||||
SERIAL_PORTS
|
||||
|
||||
@@ -5,7 +5,7 @@ px4_add_board(
|
||||
MODEL aerofc-v1
|
||||
LABEL rtsp
|
||||
TOOLCHAIN arm-none-eabi
|
||||
PROCESSOR cortex-m4
|
||||
ARCHITECTURE cortex-m4
|
||||
ROMFSROOT px4fmu_common
|
||||
|
||||
SERIAL_PORTS
|
||||
|
||||
Reference in New Issue
Block a user