Skip to content

Commit

Permalink
fixes some more errors.
Browse files Browse the repository at this point in the history
  • Loading branch information
kdschlosser committed Jan 5, 2025
1 parent 1d00467 commit 656fcc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext_mod/lcd_bus/esp32_src/spi_bus.c
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ static mp_obj_t mp_lcd_spi_bus_make_new(const mp_obj_type_t *type, size_t n_args
self->panel_io_handle.get_lane_count = &spi_get_lane_count;

self->spi_device.active = true;
self->spi_device.base.type = &machine_hw_spi_device_type;
self->spi_device.base.type = &mp_machine_hw_spi_device_type;
self->spi_device.spi_bus = spi_bus;
self->spi_device.deinit = &spi_deinit_callback;
self->spi_device.user_data = self;
Expand Down

0 comments on commit 656fcc8

Please sign in to comment.