Переглянути джерело

core: Fix variable initialize

tags/v2.9
tmk 8 роки тому
джерело
коміт
7694eb62ac
1 змінених файлів з 1 додано та 1 видалено
  1. 1
    1
      tmk_core/common/action_macro.c

+ 1
- 1
tmk_core/common/action_macro.c Переглянути файл

@@ -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) {

Завантаження…
Відмінити
Зберегти