diff options
Diffstat (limited to 'extmod/machine_spi.c')
| -rw-r--r-- | extmod/machine_spi.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/extmod/machine_spi.c b/extmod/machine_spi.c index a67d294ba..cfd94fcef 100644 --- a/extmod/machine_spi.c +++ b/extmod/machine_spi.c @@ -321,7 +321,7 @@ STATIC void mp_machine_soft_spi_init(mp_obj_base_t *self_in, size_t n_args, cons      mp_hal_pin_input(self->miso);  } -STATIC const mp_machine_spi_p_t mp_machine_soft_spi_p = { +const mp_machine_spi_p_t mp_machine_soft_spi_p = {      .init = mp_machine_soft_spi_init,      .deinit = NULL,      .transfer = mp_machine_soft_spi_transfer,  | 
