1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00

Merge pull request #16454 from IchiroKuroki/ccs811_full_default_config

drivers/ccs811: fix default config for ccs811_full
This commit is contained in:
Gunar Schorcht 2021-05-06 12:06:16 +02:00 committed by GitHub
commit 4cd8ff58c3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -56,8 +56,8 @@ extern "C" {
#define CCS811_PARAMS { .i2c_dev = CCS811_PARAM_I2C_DEV, \
.i2c_addr = CCS811_PARAM_I2C_ADDR, \
.mode = CCS811_PARAM_MODE, \
.int_mode = CCS811_PARAM_INT_MODE, \
.int_pin = CCS811_PARAM_INT_PIN, \
.int_mode = CCS811_PARAM_INT_MODE, \
.wake_pin = CCS811_PARAM_WAKE_PIN, \
.reset_pin = CCS811_PARAM_RESET_PIN \
}