mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-05 07:28:29 -04:00
AP_Mount: example fix travis warning
missing function declaration implicit cast some style fix
This commit is contained in:
parent
f2812c1efd
commit
0be022694a
@ -7,6 +7,9 @@
|
||||
#include <AP_HAL/AP_HAL.h>
|
||||
#include <AP_Module/AP_Module.h>
|
||||
|
||||
void setup();
|
||||
void loop();
|
||||
|
||||
const AP_HAL::HAL& hal = AP_HAL::get_HAL();
|
||||
|
||||
// sensor declaration
|
||||
|
@ -27,6 +27,9 @@
|
||||
|
||||
#include <AP_Mount/AP_Mount.h>
|
||||
|
||||
void setup();
|
||||
void loop();
|
||||
|
||||
const AP_HAL::HAL& hal = AP_HAL::get_HAL();
|
||||
|
||||
void setup () {
|
||||
|
Loading…
Reference in New Issue
Block a user