Removed stray references to MPL115A in stm32_bmp180.c files.

The references to MPL115A inside the stm32_bmp180.c files were
probably copy-paste errors. This commit removes them.
This commit is contained in:
Pieter du Preez 2020-01-10 21:59:19 +00:00 committed by Alan Carvalho de Assis
parent 784408e617
commit 70fbc14103
2 changed files with 1 additions and 5 deletions

View File

@ -55,8 +55,6 @@
* Pre-processor Definitions
****************************************************************************/
#define MPL115A_I2C_PORTNO 1 /* On I2C1 */
/****************************************************************************
* Public Functions
****************************************************************************/

View File

@ -55,8 +55,6 @@
* Pre-processor Definitions
****************************************************************************/
#define MPL115A_I2C_PORTNO 1 /* On I2C1 */
/****************************************************************************
* Public Functions
****************************************************************************/
@ -102,4 +100,4 @@ int stm32_bmp180initialize(FAR const char *devpath)
return ret;
}
#endif /* CONFIG_I2C && CONFIG_SENSORS_MPL115A && CONFIG_STM32_I2C1 */
#endif /* CONFIG_I2C && CONFIG_STM32_I2C1 */