5
0
mirror of https://github.com/ArduPilot/ardupilot synced 2025-01-08 17:08:28 -04:00

CPUInfo: fixed build

This commit is contained in:
Andrew Tridgell 2014-03-19 09:21:28 +11:00 committed by Randy Mackay
parent 851fb61901
commit b9939368ea

View File

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