ark/can-gps: add EXTERNAL_METADATA

It has no mavlink, so no use in adding the metadata in the first place.
This commit is contained in:
Beat Küng
2021-07-07 08:54:01 +02:00
committed by Daniel Agar
parent d9aec564f3
commit 5670db033d
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -8,6 +8,7 @@ px4_add_board(
TOOLCHAIN arm-none-eabi
ARCHITECTURE cortex-m4
CONSTRAINED_MEMORY
EXTERNAL_METADATA
ROMFSROOT cannode
UAVCAN_INTERFACES 1
DRIVERS
+1
View File
@@ -9,6 +9,7 @@ px4_add_board(
ARCHITECTURE cortex-m4
#CONSTRAINED_FLASH
CONSTRAINED_MEMORY
EXTERNAL_METADATA
ROMFSROOT cannode
UAVCAN_INTERFACES 1
DRIVERS