Skip to content

Commit 73b6ce0

Browse files
committed
AP_BoardConfig: remove board metadata for BOARD_TYPE parameter
these boards have been removed
1 parent edfe989 commit 73b6ce0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/AP_BoardConfig/AP_BoardConfig.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ const AP_Param::GroupInfo AP_BoardConfig::var_info[] = {
256256
// @Param: TYPE
257257
// @DisplayName: Board type
258258
// @Description: This allows selection of a PX4 or VRBRAIN board type. If set to zero then the board type is auto-detected (PX4)
259-
// @Values: 0:AUTO,1:PX4V1,2:Pixhawk,3:Cube/Pixhawk2,4:Pixracer,5:PixhawkMini,6:Pixhawk2Slim,13:Intel Aero FC,14:Pixhawk Pro,20:AUAV2.1,21:PCNC1,22:MINDPXV2,23:SP01,24:CUAVv5/FMUV5,30:VRX BRAIN51,32:VRX BRAIN52,33:VRX BRAIN52E,34:VRX UBRAIN51,35:VRX UBRAIN52,36:VRX CORE10,38:VRX BRAIN54,39:PX4 FMUV6,100:PX4 OLDDRIVERS
259+
// @Values: 0:AUTO,1:PX4V1,2:Pixhawk,3:Cube/Pixhawk2,5:PixhawkMini,6:Pixhawk2Slim,13:Intel Aero FC,14:Pixhawk Pro,20:AUAV2.1,21:PCNC1,22:MINDPXV2,23:SP01,24:CUAVv5/FMUV5,34:VRX UBRAIN51,35:VRX UBRAIN52,36:VRX CORE10,39:PX4 FMUV6,100:PX4 OLDDRIVERS
260260
// @RebootRequired: True
261261
// @User: Advanced
262262
AP_GROUPINFO("TYPE", 9, AP_BoardConfig, state.board_type, BOARD_TYPE_DEFAULT),

0 commit comments

Comments
 (0)