mirror of https://github.com/ArduPilot/ardupilot
CPUInfo: add include to fix compile error
This commit is contained in:
parent
609bb0c56a
commit
ff5f0f1d23
|
@ -37,6 +37,7 @@
|
|||
#include <AP_Rally.h>
|
||||
#include <AP_ADC_AnalogSource.h>
|
||||
#include <AP_OpticalFlow.h>
|
||||
#include <AP_RangeFinder.h>
|
||||
|
||||
const AP_HAL::HAL& hal = AP_HAL_BOARD_DRIVER;
|
||||
|
||||
|
|
Loading…
Reference in New Issue