Browse Source

Hello: example fix travis warning

missing function declaration
implicit cast
some style fix
mission-4.1.18
Pierre Kancir 8 years ago committed by Francisco Ferreira
parent
commit
eb4298ca3e
  1. 3
      Tools/Hello/Hello.cpp

3
Tools/Hello/Hello.cpp

@ -5,6 +5,9 @@ @@ -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…
Cancel
Save