diff options
Diffstat (limited to 'stm/led.c')
-rw-r--r-- | stm/led.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -149,7 +149,7 @@ static const mp_method_t led_methods[] = { static const mp_obj_type_t led_obj_type = { { &mp_const_type }, - "Led", + .name = MP_QSTR_Led, .print = led_obj_print, .methods = led_methods, }; |