AP_BoardConfig: added SP01 board type

This commit is contained in:
Andrew Tridgell 2018-02-14 16:35:40 +11:00
parent 4dc88c6022
commit f7ec2618a3
2 changed files with 2 additions and 0 deletions

View File

@ -85,6 +85,7 @@ public:
PX4_BOARD_AUAV21 = 20,
PX4_BOARD_PCNC1 = 21,
PX4_BOARD_MINDPXV2 = 22,
PX4_BOARD_SP01 = 23,
VRX_BOARD_BRAIN51 = 30,
VRX_BOARD_BRAIN52 = 32,
VRX_BOARD_BRAIN52E = 33,

View File

@ -87,6 +87,7 @@ void AP_BoardConfig::board_setup_drivers(void)
case PX4_BOARD_PX4V1:
case PX4_BOARD_PIXHAWK:
case PX4_BOARD_PIXHAWK2:
case PX4_BOARD_SP01:
case PX4_BOARD_PIXRACER:
case PX4_BOARD_PHMINI:
case PX4_BOARD_AUAV21: