mirror of https://github.com/ArduPilot/ardupilot
Hello: example fix travis warning
missing function declaration implicit cast some style fix
This commit is contained in:
parent
a6fe6024c1
commit
eb4298ca3e
|
@ -5,6 +5,9 @@
|
|||
|
||||
#include <AP_HAL/AP_HAL.h>
|
||||
|
||||
void setup();
|
||||
void loop();
|
||||
|
||||
const AP_HAL::HAL& hal = AP_HAL::get_HAL();
|
||||
|
||||
void setup()
|
||||
|
|
Loading…
Reference in New Issue