Sign in
pigweed
/
third_party
/
github
/
zephyrproject-rtos
/
zephyr
/
8eb734cd822278c4f5a70963cd82861050a70e29
/
.
/
samples
/
sensor
/
ccs811
/
dts_fixup.h
blob: 5a57e4a128b3cc1a863cac6d33932421494c1a60 [
file
] [
log
] [
blame
]
#if defined(CONFIG_HAS_DTS_I2C)
#ifndef
CONFIG_CCS811_NAME
#define
CONFIG_CCS811_NAME
""
#define
CONFIG_CCS811_I2C_ADDR
0
#define
CONFIG_CCS811_I2C_MASTER_DEV_NAME
""
#endif
#endif
/* CONFIG_HAS_DTS_I2C */