mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-28 19:48:31 -04:00
AP_Parachute: example fix travis warning
missing function declaration implicit cast some style fix
This commit is contained in:
parent
45ca91808d
commit
7abd22a33e
@ -13,6 +13,9 @@
|
||||
#include <AP_Notify/AP_Notify.h>
|
||||
#include <StorageManager/StorageManager.h>
|
||||
|
||||
void setup();
|
||||
void loop();
|
||||
|
||||
const AP_HAL::HAL& hal = AP_HAL::get_HAL();
|
||||
|
||||
// Relay
|
||||
|
Loading…
Reference in New Issue
Block a user