mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2024-12-01 09:24:10 +01:00
OP-1658 - Fixes to other (old and deprecated) sensors
This commit is contained in:
parent
4b01d0d2ea
commit
4f6c7dcb00
@ -29,7 +29,7 @@
|
||||
*/
|
||||
|
||||
#include "pios.h"
|
||||
|
||||
#include <pios_adxl345.h>
|
||||
#ifdef PIOS_INCLUDE_ADXL345
|
||||
|
||||
enum pios_adxl345_dev_magic {
|
||||
|
@ -30,7 +30,7 @@
|
||||
*/
|
||||
|
||||
#include "pios.h"
|
||||
|
||||
#include <pios_bma180.h>
|
||||
#ifdef PIOS_INCLUDE_BMA180
|
||||
|
||||
#include "fifo_buffer.h"
|
||||
|
@ -29,7 +29,7 @@
|
||||
*/
|
||||
|
||||
#include "pios.h"
|
||||
|
||||
#include <pios_bmp085.h>
|
||||
#ifdef PIOS_INCLUDE_BMP085
|
||||
|
||||
#ifndef PIOS_INCLUDE_EXTI
|
||||
|
@ -30,7 +30,7 @@
|
||||
*/
|
||||
|
||||
#include "pios.h"
|
||||
|
||||
#include <pios_l3gd20.h>
|
||||
#ifdef PIOS_INCLUDE_L3GD20
|
||||
|
||||
#include "fifo_buffer.h"
|
||||
|
Loading…
Reference in New Issue
Block a user