Skip to content

Commit

Permalink
RC_Channel: example fix travis warning
Browse files Browse the repository at this point in the history
missing function declaration
implicit cast
some style fix
  • Loading branch information
khancyr authored and OXINARF committed Apr 13, 2017
1 parent 720edc0 commit 90661c5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions libraries/RC_Channel/examples/RC_Channel/RC_Channel.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 90661c5

Please sign in to comment.