Browse Source

RC_Channel: example fix travis warning

missing function declaration
implicit cast
some style fix
mission-4.1.18
Pierre Kancir 8 years ago committed by Francisco Ferreira
parent
commit
90661c528a
  1. 3
      libraries/RC_Channel/examples/RC_Channel/RC_Channel.cpp

3
libraries/RC_Channel/examples/RC_Channel/RC_Channel.cpp

@ -6,6 +6,9 @@ @@ -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

Loading…
Cancel
Save