Skip to content
Snippets Groups Projects
Commit 98d63313 authored by Andrew Tridgell's avatar Andrew Tridgell
Browse files

AP_Airspeed: fixed example build

parent 1bd6849d
No related branches found
No related tags found
No related merge requests found
......@@ -14,11 +14,16 @@
#include <AP_Math.h>
#include <AP_HAL.h>
#include <AP_HAL_AVR.h>
#include <AP_ADC.h>
#include <AP_ADC_AnalogSource.h>
#include <Filter.h>
#include <AP_Buffer.h>
#include <AP_Airspeed.h>
#if CONFIG_HAL_BOARD == HAL_BOARD_APM1
AP_ADC_ADS7844 apm1_adc;
#endif
const AP_HAL::HAL& hal = AP_HAL_BOARD_DRIVER;
AP_Airspeed airspeed;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment