mirror of https://github.com/ArduPilot/ardupilot
AP_Baro: Include AP_Logger directly
This commit is contained in:
parent
63fcd23f7b
commit
fd8f70c098
|
@ -44,6 +44,8 @@
|
||||||
#include "AP_Baro_UAVCAN.h"
|
#include "AP_Baro_UAVCAN.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#include <AP_Logger/AP_Logger.h>
|
||||||
|
|
||||||
#define INTERNAL_TEMPERATURE_CLAMP 35.0f
|
#define INTERNAL_TEMPERATURE_CLAMP 35.0f
|
||||||
|
|
||||||
#ifndef HAL_BARO_FILTER_DEFAULT
|
#ifndef HAL_BARO_FILTER_DEFAULT
|
||||||
|
|
Loading…
Reference in New Issue