1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

drivers/bmx280: remove unused parameter spi3w_en #15954

This commit is contained in:
Memiks 2021-02-16 08:43:26 +09:00
parent 4172066ab3
commit e6cb7392d7

View File

@ -195,7 +195,6 @@ typedef struct {
/* Config Register */
bmx280_t_sb_t t_sb; /**< standby */
bmx280_filter_t filter; /**< filter coefficient */
uint8_t spi3w_en; /**< Enables 3-wire SPI interface */
/* ctrl_meas */
bmx280_mode_t run_mode; /**< ctrl_meas mode */