Skip to content

Commit 3934532

Browse files
committed
Some build error fixes
1 parent 5ff81df commit 3934532

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

micropy_updates/esp32/machine_i2c.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
static mp_machine_hw_i2c_bus_obj_t machine_hw_i2c_obj[I2C_NUM_MAX];
7373

7474

75-
static struct _i2c_bus_lock_t {
75+
struct _i2c_bus_lock_t {
7676
SemaphoreHandle_t handle;
7777
StaticSemaphore_t buffer;
7878
};

0 commit comments

Comments
 (0)