1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-27 15:31:17 +01:00

Merge pull request #16016 from memiks/issue-15954

remove unused parameter spi3w_en to solve issue #15954
This commit is contained in:
benpicco 2021-02-16 10:12:40 +01:00 committed by GitHub
commit b4523297c5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 */