core: Fix variable initialize

main
tmk 2016-01-15 16:26:01 +09:00
parent 325a99acd9
commit 7694eb62ac
1 changed files with 1 additions and 1 deletions

View File

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