X-Git-Url: https://git.friedersdorff.com/?a=blobdiff_plain;f=tmk_core%2Fcommon%2Faction_macro.c;h=b2891bf4bc9cc34a72dc42f5cf6b2bcd5699e0d4;hb=8345571e1df07cdbe612541baa9e4f3441ad3f9e;hp=34e22e571e1ad1886f88713e3d16b4a805dcdef9;hpb=cfcf5b2734e183700ebe82c55508ba78b381a0a5;p=max%2Ftmk_keyboard.git diff --git a/tmk_core/common/action_macro.c b/tmk_core/common/action_macro.c index 34e22e57..b2891bf4 100644 --- a/tmk_core/common/action_macro.c +++ b/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) {