mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-23 09:27:34 +08:00
supports MindPXv2 borad which is a product from AirMind.
This commit is contained in:
@@ -59,6 +59,10 @@
|
||||
#define HW_ARCH "AEROCORE"
|
||||
#endif
|
||||
|
||||
#ifdef CONFIG_ARCH_BOARD_MINDPX_V2
|
||||
#define HW_ARCH "MINDPX_V2"
|
||||
#endif
|
||||
|
||||
#ifdef CONFIG_ARCH_BOARD_PX4_STM32F4DISCOVERY
|
||||
#define HW_ARCH "PX4_STM32F4DISCOVERY"
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user