mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 14:38:30 -04:00
AP_BoardConfig: added AUAV21 board type
unfortunately this uses the same sensor types as the PHMini, which means we can't auto-detect the difference between them.
This commit is contained in:
parent
d79403707b
commit
1989f31ae3
@ -46,6 +46,7 @@ public:
|
|||||||
PX4_BOARD_PIXRACER = 4,
|
PX4_BOARD_PIXRACER = 4,
|
||||||
PX4_BOARD_PHMINI = 5,
|
PX4_BOARD_PHMINI = 5,
|
||||||
PX4_BOARD_PH2SLIM = 6,
|
PX4_BOARD_PH2SLIM = 6,
|
||||||
|
PX4_BOARD_AUAV21 = 7,
|
||||||
PX4_BOARD_OLDDRIVERS = 100,
|
PX4_BOARD_OLDDRIVERS = 100,
|
||||||
#endif
|
#endif
|
||||||
#if CONFIG_HAL_BOARD == HAL_BOARD_VRBRAIN
|
#if CONFIG_HAL_BOARD == HAL_BOARD_VRBRAIN
|
||||||
|
@ -322,6 +322,7 @@ void AP_BoardConfig::px4_setup_drivers(void)
|
|||||||
case PX4_BOARD_PIXHAWK2:
|
case PX4_BOARD_PIXHAWK2:
|
||||||
case PX4_BOARD_PIXRACER:
|
case PX4_BOARD_PIXRACER:
|
||||||
case PX4_BOARD_PHMINI:
|
case PX4_BOARD_PHMINI:
|
||||||
|
case PX4_BOARD_AUAV21:
|
||||||
case PX4_BOARD_PH2SLIM:
|
case PX4_BOARD_PH2SLIM:
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
|
Loading…
Reference in New Issue
Block a user