diff options
Diffstat (limited to 'stm/sdcard.c')
-rw-r--r-- | stm/sdcard.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stm/sdcard.c b/stm/sdcard.c index d0ec45a236..c98bab4d91 100644 --- a/stm/sdcard.c +++ b/stm/sdcard.c @@ -203,7 +203,7 @@ static const mp_method_t sdcard_methods[] = { static const mp_obj_type_t sdcard_type = { { &mp_const_type }, - "SDcard", + .name = MP_QSTR_SDcard, .methods = sdcard_methods, }; |