ardupilot/libraries/AP_BoardConfig
Andrew Tridgell a4d2d79ce7 AP_BoardConfig: removed create() method for objects
See discussion here:

  https://github.com/ArduPilot/ardupilot/issues/7331

we were getting some uninitialised variables. While it only showed up in
AP_SbusOut, it means we can't be sure it won't happen on other objects,
so safest to remove the approach

Thanks to assistance from Lucas, Peter and Francisco
2017-12-14 08:12:28 +11:00
..
AP_BoardConfig.cpp AP_BoardConfig: fixed description to warn against 2017-11-07 12:00:32 +11:00
AP_BoardConfig.h AP_BoardConfig: removed create() method for objects 2017-12-14 08:12:28 +11:00
AP_BoardConfig_CAN.cpp AP_BoardConfig: separation of parameter groups 2017-11-15 09:52:43 +11:00
AP_BoardConfig_CAN.h AP_BoardConfig: removed create() method for objects 2017-12-14 08:12:28 +11:00
canbus.cpp AP_BoardConfig: separation of parameter groups 2017-11-15 09:52:43 +11:00
canbus_driver.cpp AP_BoardConfig: separation of parameter groups 2017-11-15 09:52:43 +11:00
px4_drivers.cpp AP_BoardConfig: clarify PX4IO SBUS enable message 2017-11-30 10:20:04 +11:00