diff options
Diffstat (limited to 'stm/led.c')
-rw-r--r-- | stm/led.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -108,6 +108,7 @@ static const mp_obj_type_t led_obj_type = { { &mp_const_type }, "Led", led_obj_print, // print + NULL, // make_new NULL, // call_n NULL, // unary_op NULL, // binary_op |