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 5ff81df commit 3934532Copy full SHA for 3934532
micropy_updates/esp32/machine_i2c.c
@@ -72,7 +72,7 @@
72
static mp_machine_hw_i2c_bus_obj_t machine_hw_i2c_obj[I2C_NUM_MAX];
73
74
75
- static struct _i2c_bus_lock_t {
+ struct _i2c_bus_lock_t {
76
SemaphoreHandle_t handle;
77
StaticSemaphore_t buffer;
78
};
0 commit comments