Explorar el Código

core: Fix variable initialize

tags/v2.9
tmk hace 8 años
padre
commit
7694eb62ac
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      tmk_core/common/action_macro.c

+ 1
- 1
tmk_core/common/action_macro.c Ver fichero

@@ -34,7 +34,7 @@ void action_macro_play(const macro_t *macro_p)
macro_t macro = END;
uint8_t interval = 0;

uint8_t mod_storage;
uint8_t mod_storage = 0;

if (!macro_p) return;
while (true) {

Cargando…
Cancelar
Guardar