Browse Source

AP_HAL: Board fix typo for baro BMP280_SPI

mission-4.1.18
Pierre Kancir 8 years ago committed by Francisco Ferreira
parent
commit
e627bbc912
  1. 2
      libraries/AP_HAL/AP_HAL_Boards.h

2
libraries/AP_HAL/AP_HAL_Boards.h

@ -82,7 +82,7 @@ @@ -82,7 +82,7 @@
#define HAL_BARO_QFLIGHT 9
#define HAL_BARO_QURT 10
#define HAL_BARO_BMP280_I2C 11
#define HAL_BARA_BMP280_SPI 12
#define HAL_BARO_BMP280_SPI 12
/* Compass driver types */
#define HAL_COMPASS_HMC5843 1

Loading…
Cancel
Save