mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 06:28:27 -04:00
AP_Compass: standardize inclusion of libaries headers
Do the missing header changes due to changing the code before the pr getting accepted.
This commit is contained in:
parent
b43bddc0af
commit
7e997564bf
@ -20,7 +20,7 @@
|
||||
#if CONFIG_HAL_BOARD == HAL_BOARD_LINUX
|
||||
|
||||
#include "AP_Compass_AK8963.h"
|
||||
#include "../AP_InertialSensor/AP_InertialSensor_MPU9250.h"
|
||||
#include <AP_InertialSensor/AP_InertialSensor_MPU9250.h>
|
||||
|
||||
#define READ_FLAG 0x80
|
||||
#define MPUREG_I2C_SLV0_ADDR 0x25
|
||||
|
@ -3,8 +3,8 @@
|
||||
#define AP_Compass_AK8963_H
|
||||
|
||||
#include <AP_HAL/AP_HAL.h>
|
||||
#include "../AP_Common/AP_Common.h"
|
||||
#include "../AP_Math/AP_Math.h"
|
||||
#include <AP_Common/AP_Common.h>
|
||||
#include <AP_Math/AP_Math.h>
|
||||
|
||||
#include "Compass.h"
|
||||
#include "AP_Compass_Backend.h"
|
||||
|
@ -3,8 +3,8 @@
|
||||
#define AP_Compass_HMC5843_H
|
||||
|
||||
#include <AP_HAL/AP_HAL.h>
|
||||
#include "../AP_Common/AP_Common.h"
|
||||
#include "../AP_Math/AP_Math.h"
|
||||
#include <AP_Common/AP_Common.h>
|
||||
#include <AP_Math/AP_Math.h>
|
||||
|
||||
#include "Compass.h"
|
||||
#include "AP_Compass_Backend.h"
|
||||
|
Loading…
Reference in New Issue
Block a user