Skip to content

Commit 26fd538

Browse files
committed
fixes build error
1 parent 173328f commit 26fd538

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

micropy_updates/esp32/machine_hw_spi.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ typedef struct _machine_hw_spi_bus_obj_t {
106106
int8_t sck;
107107
int8_t mosi;
108108
int8_t miso;
109-
int16_t active_devices;
109+
int8_t active_devices;
110110
enum {
111111
MACHINE_HW_SPI_STATE_NONE,
112112
MACHINE_HW_SPI_STATE_INIT,

0 commit comments

Comments
 (0)