AP_Math: fix example sketches

This commit is contained in:
Randy Mackay 2015-05-01 20:57:38 +09:00
parent 2b29060a4e
commit fecbf06008
3 changed files with 3 additions and 0 deletions

View File

@ -35,6 +35,7 @@
#include <AP_ADC_AnalogSource.h>
#include <AP_Rally.h>
#include <AP_BattMonitor.h>
#include <AP_RangeFinder.h>
const AP_HAL::HAL& hal = AP_HAL_BOARD_DRIVER;

View File

@ -33,6 +33,7 @@
#include <AP_ADC_AnalogSource.h>
#include <AP_Compass.h>
#include <AP_BattMonitor.h>
#include <AP_RangeFinder.h>
const AP_HAL::HAL& hal = AP_HAL_BOARD_DRIVER;

View File

@ -34,6 +34,7 @@
#include <AP_ADC_AnalogSource.h>
#include <AP_Rally.h>
#include <AP_BattMonitor.h>
#include <AP_RangeFinder.h>
const AP_HAL::HAL& hal = AP_HAL_BOARD_DRIVER;