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 414c2f9 commit 3b8af4cCopy full SHA for 3b8af4c
shared-bindings/sdioio/SDCard.c
@@ -117,7 +117,7 @@ STATIC void check_for_deinit(sdioio_sdcard_obj_t *self) {
117
//|
118
//| .. note:: Leaving a value unspecified or 0 means the current setting is kept"""
119
120
-STATIC mp_obj_t sdioio_sdcard_configure(size_t n_args, const mp_obj_t *all_args, mp_map_t *kw_args) {
+STATIC mp_obj_t sdioio_sdcard_configure(size_t n_args, const mp_obj_t *pos_args, mp_map_t *kw_args) {
121
enum { ARG_frequency, ARG_width, NUM_ARGS };
122
static const mp_arg_t allowed_args[] = {
123
{ MP_QSTR_frequency, MP_ARG_KW_ONLY | MP_ARG_INT, {.u_int = 0} },
0 commit comments