Browse Source

AP_HAL: fixed printf example build

master
Andrew Tridgell 10 years ago
parent
commit
9e0a7e6631
  1. 2
      libraries/AP_HAL/examples/Printf/Printf.pde

2
libraries/AP_HAL/examples/Printf/Printf.pde

@ -25,6 +25,8 @@ @@ -25,6 +25,8 @@
#include <AP_Airspeed.h>
#include <AP_Vehicle.h>
#include <AP_ADC_AnalogSource.h>
#include <AP_NavEKF.h>
#include <AP_Rally.h>
const AP_HAL::HAL& hal = AP_HAL_BOARD_DRIVER;

Loading…
Cancel
Save