mirror of https://github.com/ArduPilot/ardupilot
AP_Logger: tidy includes
This commit is contained in:
parent
94dc0e78cd
commit
750fd2c820
|
@ -5,13 +5,11 @@
|
|||
*/
|
||||
#pragma once
|
||||
|
||||
#include <AP_HAL/AP_HAL.h>
|
||||
|
||||
#include "AP_Logger_Backend.h"
|
||||
|
||||
#if HAL_LOGGING_MAVLINK_ENABLED
|
||||
|
||||
extern const AP_HAL::HAL& hal;
|
||||
#include <AP_HAL/Semaphores.h>
|
||||
|
||||
#define DF_MAVLINK_DISABLE_INTERRUPTS 0
|
||||
|
||||
|
|
Loading…
Reference in New Issue