We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1715e39 commit 2aa0bb2Copy full SHA for 2aa0bb2
drivers/i2c/i2c_gecko.c
@@ -206,7 +206,7 @@ static const struct i2c_driver_api i2c_gecko_driver_api = {
206
#define I2C_VALIDATE_LOC(idx) \
207
BUILD_ASSERT(DT_INST_PROP_BY_IDX(idx, location_sda, 0) \
208
== DT_INST_PROP_BY_IDX(idx, location_scl, 0), \
209
- "DTS location-* properties must be equal"))
+ "DTS location-* properties must be equal")
210
#define I2C_LOC_DATA(idx) \
211
.loc = DT_INST_PROP_BY_IDX(idx, location_scl, 0)
212
#endif
0 commit comments