Explorar o código

library update

Oliver Fabel hai 1 ano
pai
achega
a6d8a4cfa6
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      mp_flipper_modflipperzero.c

+ 1 - 1
mp_flipper_modflipperzero.c

@@ -753,7 +753,7 @@ void flipperzero_module_attr(mp_obj_t self_in, qstr attr, mp_obj_t* dest) {
     const char* attribute = qstr_str(attr);
 
     if(strstr(attribute, "SPEAKER_NOTE_") == attribute[0]) {
-        print(attribute);
+        dest[0] = mp_obj_new_int(42);
     } else {
         dest[0] = MP_OBJ_NULL;
     }