mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-08 08:53:56 -04:00
AP_Baro: fixes for 4.2 build
This commit is contained in:
parent
5c32fc3add
commit
182e05ef4b
@ -3,7 +3,7 @@
|
|||||||
#include "AP_Baro_Backend.h"
|
#include "AP_Baro_Backend.h"
|
||||||
|
|
||||||
#ifndef AP_BARO_ICP101XX_ENABLED
|
#ifndef AP_BARO_ICP101XX_ENABLED
|
||||||
#define AP_BARO_ICP101XX_ENABLED AP_BARO_BACKEND_DEFAULT_ENABLED
|
#define AP_BARO_ICP101XX_ENABLED 1
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if AP_BARO_ICP101XX_ENABLED
|
#if AP_BARO_ICP101XX_ENABLED
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
#include "AP_Baro_Backend.h"
|
#include "AP_Baro_Backend.h"
|
||||||
|
|
||||||
#ifndef AP_BARO_ICP201XX_ENABLED
|
#ifndef AP_BARO_ICP201XX_ENABLED
|
||||||
#define AP_BARO_ICP201XX_ENABLED AP_BARO_BACKEND_DEFAULT_ENABLED
|
#define AP_BARO_ICP201XX_ENABLED 1
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if AP_BARO_ICP201XX_ENABLED
|
#if AP_BARO_ICP201XX_ENABLED
|
||||||
|
Loading…
Reference in New Issue
Block a user