mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-08 17:08:28 -04:00
AP_HAL: allow override of MS5611 name
for fmuv4-beta
This commit is contained in:
parent
af1e3aa64d
commit
7d3cce98d0
@ -45,7 +45,9 @@
|
||||
|
||||
/* string names for well known SPI devices */
|
||||
#define HAL_BARO_MS5611_NAME "ms5611"
|
||||
#ifndef HAL_BARO_MS5611_SPI_INT_NAME
|
||||
#define HAL_BARO_MS5611_SPI_INT_NAME "ms5611_int"
|
||||
#endif
|
||||
#define HAL_BARO_MS5611_SPI_EXT_NAME "ms5611_ext"
|
||||
#define HAL_BARO_LPS22H_NAME "lps22h"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user