|
|
|
@ -82,6 +82,7 @@
@@ -82,6 +82,7 @@
|
|
|
|
|
|
|
|
|
|
#include <AP_Arming/AP_Arming.h> |
|
|
|
|
#include <AP_BoardConfig/AP_BoardConfig.h> |
|
|
|
|
#include <AP_BoardConfig/AP_BoardConfig_CAN.h> |
|
|
|
|
#include <AP_Frsky_Telem/AP_Frsky_Telem.h> |
|
|
|
|
#include <AP_ServoRelayEvents/AP_ServoRelayEvents.h> |
|
|
|
|
|
|
|
|
@ -172,6 +173,11 @@ private:
@@ -172,6 +173,11 @@ private:
|
|
|
|
|
// board specific config
|
|
|
|
|
AP_BoardConfig BoardConfig; |
|
|
|
|
|
|
|
|
|
// board specific config for CAN bus
|
|
|
|
|
#if HAL_WITH_UAVCAN |
|
|
|
|
AP_BoardConfig_CAN BoardConfig_CAN; |
|
|
|
|
#endif |
|
|
|
|
|
|
|
|
|
// primary input channels
|
|
|
|
|
RC_Channel *channel_roll; |
|
|
|
|
RC_Channel *channel_pitch; |
|
|
|
|