Browse Source

AP_BoardConfig: Remove comments and use correct board number

mission-4.1.18
Kevin Lopez Alvarez 8 years ago committed by Andrew Tridgell
parent
commit
a5a5bd3a95
  1. 2
      libraries/AP_BoardConfig/AP_BoardConfig.h

2
libraries/AP_BoardConfig/AP_BoardConfig.h

@ -42,8 +42,8 @@ public: @@ -42,8 +42,8 @@ public:
PX4_BOARD_PIXRACER = 4,
PX4_BOARD_PHMINI = 5,
PX4_BOARD_PH2SLIM = 6,
PX4_BOARD_PIXHAWK_PRO = 7,
PX4_BOARD_AEROFC = 13,
PX4_BOARD_PIXHAWK_PRO = 14,
PX4_BOARD_AUAV21 = 20,
PX4_BOARD_OLDDRIVERS = 100,
#endif

Loading…
Cancel
Save