ardupilot/libraries/AP_BoardConfig
Lucas De Marchi 1adf247a60 AP_BoardConfig: fix board type number for aerofc
Types 7-12 are being used by vrbrain boards. Even if they are inside
another ifdef, they can't be the same because it's used by the BRD_TYPE
parameter.  Use 13 for aerofc since it was already the one being used in
the parameter description.

Thanks to Michael du Breuil for noticing it.
2017-04-12 11:46:55 -07:00
..
AP_BoardConfig.cpp AP_BoardConfig: support for CAN and UAVCAN at board level 2017-04-10 22:38:13 +01:00
AP_BoardConfig.h AP_BoardConfig: fix board type number for aerofc 2017-04-12 11:46:55 -07:00
canbus.cpp AP_BoardConfig: support for CAN and UAVCAN at board level 2017-04-10 22:38:13 +01:00
px4_drivers.cpp AP_BoardConfig: support for CAN and UAVCAN at board level 2017-04-10 22:38:13 +01:00