Unverified Commit 23c6779d authored by Jan Procházka's avatar Jan Procházka Committed by GitHub

fix(i2c): Moved i2c pins out of CONFIG_DISABLE_HAL_LOCKS (#9164)

parent d177e444
......@@ -42,9 +42,10 @@ typedef volatile struct {
uint32_t frequency;
#if !CONFIG_DISABLE_HAL_LOCKS
SemaphoreHandle_t lock;
#endif
int8_t scl;
int8_t sda;
#endif
} i2c_bus_t;
static i2c_bus_t bus[SOC_I2C_NUM];
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment