mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-10 18:08:30 -04:00
InertialSensor: use AP_HAL progmem
This commit is contained in:
parent
7582c882e6
commit
2c1682f310
@ -1,7 +1,5 @@
|
||||
/// -*- tab-width: 4; Mode: C++; c-basic-offset: 4; indent-tabs-mode: nil -*-
|
||||
|
||||
#include <avr/interrupt.h>
|
||||
|
||||
#include <AP_HAL.h>
|
||||
#include "AP_InertialSensor_MPU6000.h"
|
||||
|
||||
|
@ -6,6 +6,7 @@
|
||||
#include <stdint.h>
|
||||
#include <AP_HAL.h>
|
||||
#include <AP_Math.h>
|
||||
#include <AP_Progmem.h>
|
||||
#include "AP_InertialSensor.h"
|
||||
|
||||
#define MPU6000_CS_PIN 53 // APM pin connected to mpu6000's chip select pin
|
||||
|
Loading…
Reference in New Issue
Block a user