Skip to content

Commit 56e23f8

Browse files
committed
working on being able to share the SPI Bus
1 parent 84e62e3 commit 56e23f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

micropy_updates/esp32/machine_sdcard.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ static mp_obj_t machine_sdcard_make_new(const mp_obj_type_t *type, size_t n_args
147147
ARG_cs,
148148
ARG_freq,
149149
};
150-
static const mp_arg_t allowed_args[] = {
150+
static const mp_arg_t make_new_args[] = {
151151
{ MP_QSTR_slot, MP_ARG_KW_ONLY | MP_ARG_INT, {.u_int = 1} },
152152
{ MP_QSTR_width, MP_ARG_KW_ONLY | MP_ARG_INT, {.u_int = 1} },
153153
{ MP_QSTR_cd, MP_ARG_KW_ONLY | MP_ARG_INT, {.u_int = -1} },

0 commit comments

Comments
 (0)