diff --git a/boards/arm/stm32/common/src/stm32_bh1750.c b/boards/arm/stm32/common/src/stm32_bh1750.c index 53bc1e56bb1..e01bce00693 100644 --- a/boards/arm/stm32/common/src/stm32_bh1750.c +++ b/boards/arm/stm32/common/src/stm32_bh1750.c @@ -47,7 +47,7 @@ * Name: stm32_bh1750initialize * * Description: - * Initialize and register the MPL115A Pressure Sensor driver. + * Initialize and register the BH1750FVI Ambient Light driver. * * Input Parameters: * devno - The device number, used to build the device path as /dev/lightN @@ -79,7 +79,7 @@ int board_bh1750_initialize(int devno, int busno) ret = bh1750fvi_register(devpath, i2c, BH1750FVI_I2C_ADDR); if (ret < 0) { - snerr("ERROR: Error registering BM180\n"); + snerr("ERROR: Error registering BH1750FVI\n"); } return ret;