AP_Parachute: example fix travis warning

missing function declaration
implicit cast
some style fix
This commit is contained in:
Pierre Kancir 2017-04-13 13:32:44 +02:00 committed by Francisco Ferreira
parent 45ca91808d
commit 7abd22a33e

View File

@ -13,6 +13,9 @@
#include <AP_Notify/AP_Notify.h> #include <AP_Notify/AP_Notify.h>
#include <StorageManager/StorageManager.h> #include <StorageManager/StorageManager.h>
void setup();
void loop();
const AP_HAL::HAL& hal = AP_HAL::get_HAL(); const AP_HAL::HAL& hal = AP_HAL::get_HAL();
// Relay // Relay