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 03e5043 commit a9f257bCopy full SHA for a9f257b
ports/esp32s2/common-hal/busio/SPI.c
@@ -160,6 +160,7 @@ void common_hal_busio_spi_construct(busio_spi_obj_t *self,
160
self->clock_pin = clock;
161
self->MOSI_pin = mosi;
162
self->MISO_pin = miso;
163
+ self->host_id = host_id;
164
165
spi_bus_lock_dev_config_t config = { .flags = 0 };
166
// The returned lock is stored in the bus lock but must be freed separately with
0 commit comments