mirror of
https://github.com/utkumaden/esp-idf-bmx280
synced 2025-01-22 21:16:33 +01:00
Fix: Unable to parse symbol 'BMX280_STANDBY_20M' in bmx280_bits.h (Issue #5)
This commit is contained in:
parent
35f236ce03
commit
744b34a9f3
@ -126,7 +126,7 @@ typedef struct bmx280_config_t {
|
||||
#elif (CONFIG_BMX280_DEFAULT_STANDBY_10M)
|
||||
#define BMX280_DEFAULT_STANDBY BME280_STANDBY_10M
|
||||
#else
|
||||
#define BMX280_DEFAULT_STANDBY BMX280_STANDBY_20M
|
||||
#define BMX280_DEFAULT_STANDBY BME280_STANDBY_20M
|
||||
#endif
|
||||
|
||||
#if (CONFIG_BMX280_DEFAULT_IIR_NONE)
|
||||
|
Loading…
Reference in New Issue
Block a user