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

drivers/ccs811: fix default config for ccs811_full

This commit is contained in:
Ichiro Kuroki 2021-05-06 06:47:17 +03:00
parent 4af37a7751
commit 216943588e

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 \
}