mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-22 07:44:03 -04:00
AP_OSD: Fix depending upon AP_Logger for AP_BattMonitor header
This commit is contained in:
parent
f6b8bf49a1
commit
ba4c589ff2
@ -26,6 +26,7 @@
|
||||
#include <AP_HAL/Util.h>
|
||||
#include <RC_Channel/RC_Channel.h>
|
||||
#include <AP_AHRS/AP_AHRS.h>
|
||||
#include <AP_BattMonitor/AP_BattMonitor.h>
|
||||
#include <utility>
|
||||
#include <AP_Notify/AP_Notify.h>
|
||||
|
||||
|
@ -30,6 +30,7 @@
|
||||
#include <AP_Notify/AP_Notify.h>
|
||||
#include <AP_Stats/AP_Stats.h>
|
||||
#include <AP_Common/Location.h>
|
||||
#include <AP_BattMonitor/AP_BattMonitor.h>
|
||||
|
||||
#include <ctype.h>
|
||||
#include <GCS_MAVLink/GCS.h>
|
||||
|
Loading…
Reference in New Issue
Block a user