zephyr/drivers/sensor/bme280
Gerard Marull-Paretas 45a6de6804 drivers: fix pm callback signature
For some reason a few drivers were not converted to the new device PM
callback signature. The reason may be because the device PM part is
compiled only when CONFIG_PM_DEVICE=y, a condition not enabled in CI by
default.

Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
2021-06-04 08:16:49 -05:00
..
bme280_i2c.c drivers: bme280: factor out bus I/O routines 2021-02-23 10:34:19 -05:00
bme280_spi.c drivers: bme280: clean up array usage 2021-02-23 10:34:19 -05:00
bme280.c drivers: fix pm callback signature 2021-06-04 08:16:49 -05:00
bme280.h drivers: bme280: factor out bus I/O routines 2021-02-23 10:34:19 -05:00
CMakeLists.txt drivers: bme280: factor out bus I/O routines 2021-02-23 10:34:19 -05:00
Kconfig