mirror of https://github.com/ArduPilot/ardupilot
AP_PerfMon: remove unnecessary board include from example
This commit is contained in:
parent
ff13a7bf1f
commit
22137b51e3
|
@ -8,7 +8,6 @@
|
|||
#include <AP_Param/AP_Param.h>
|
||||
#include <AP_Math/AP_Math.h>
|
||||
#include <AP_HAL/AP_HAL.h>
|
||||
#include <AP_HAL_AVR/AP_HAL_AVR.h>
|
||||
#include <StorageManager/StorageManager.h>
|
||||
#include <AP_PerfMon/AP_PerfMon.h> // PerfMonitor library
|
||||
|
||||
|
|
Loading…
Reference in New Issue