missing function declaration implicit cast some style fix
@ -6,6 +6,9 @@
#include <AP_HAL/AP_HAL.h>
#include <RC_Channel/RC_Channel.h>
void setup();
void loop();
const AP_HAL::HAL& hal = AP_HAL::get_HAL();
#define NUM_CHANNELS 8