Browse Source

AP_OpticalFlow: example fix travis warning

missing function declaration
implicit cast
some style fix
master
Pierre Kancir 8 years ago committed by Francisco Ferreira
parent
commit
45ca91808d
  1. 3
      libraries/AP_OpticalFlow/examples/AP_OpticalFlow_test/AP_OpticalFlow_test.cpp

3
libraries/AP_OpticalFlow/examples/AP_OpticalFlow_test/AP_OpticalFlow_test.cpp

@ -14,6 +14,9 @@ @@ -14,6 +14,9 @@
#include <AP_OpticalFlow/AP_OpticalFlow.h>
#include <AP_RangeFinder/AP_RangeFinder.h>
void setup();
void loop();
const AP_HAL::HAL& hal = AP_HAL::get_HAL();
class DummyVehicle {

Loading…
Cancel
Save