Explorar el Código

library update

Oliver Fabel hace 1 año
padre
commit
4f06c1e47b
Se han modificado 1 ficheros con 0 adiciones y 4 borrados
  1. 0 4
      mp_flipper_modflipperzero.c

+ 0 - 4
mp_flipper_modflipperzero.c

@@ -753,15 +753,11 @@ void flipperzero_module_attr(mp_obj_t self_in, qstr attr, mp_obj_t* dest) {
 
         if(strstr(attribute, "SPEAKER_NOTE_") == &attribute[0]) {
             dest[0] = mp_obj_new_int(42);
-        } else {
-            dest[0] = mp_obj_new_int(13);
         }
     } else if(dest[1] == MP_OBJ_NULL) {
         // delete attribute
     } else {
         // store attribute
-
-        // dest[0] = MP_OBJ_NULL;
     }
 }