From 90661c528a9359b6f73a8ba853907e8e96a922b2 Mon Sep 17 00:00:00 2001 From: Pierre Kancir Date: Thu, 13 Apr 2017 13:33:50 +0200 Subject: [PATCH] RC_Channel: example fix travis warning missing function declaration implicit cast some style fix --- libraries/RC_Channel/examples/RC_Channel/RC_Channel.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/libraries/RC_Channel/examples/RC_Channel/RC_Channel.cpp b/libraries/RC_Channel/examples/RC_Channel/RC_Channel.cpp index 96ef550157c14..cfa1e48555d9c 100644 --- a/libraries/RC_Channel/examples/RC_Channel/RC_Channel.cpp +++ b/libraries/RC_Channel/examples/RC_Channel/RC_Channel.cpp @@ -6,6 +6,9 @@ #include #include +void setup(); +void loop(); + const AP_HAL::HAL& hal = AP_HAL::get_HAL(); #define NUM_CHANNELS 8