mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-08 17:08:28 -04:00
AP_HAL: minimize features on px4-v1
This commit is contained in:
parent
891447d798
commit
e629845f00
@ -15,6 +15,7 @@
|
||||
#ifdef CONFIG_ARCH_BOARD_PX4FMU_V1
|
||||
#define CONFIG_HAL_BOARD_SUBTYPE HAL_BOARD_SUBTYPE_PX4_V1
|
||||
#define HAL_STORAGE_SIZE 8192
|
||||
#define HAL_MINIMIZE_FEATURES 1
|
||||
#elif defined(CONFIG_ARCH_BOARD_PX4FMU_V3)
|
||||
// check for V3 before V2 as V3 also defines V2
|
||||
#define CONFIG_HAL_BOARD_SUBTYPE HAL_BOARD_SUBTYPE_PX4_V3
|
||||
|
Loading…
Reference in New Issue
Block a user