X-Git-Url: https://git.friedersdorff.com/?a=blobdiff_plain;f=tmk_core%2Fcommon%2Faction_macro.c;h=b2891bf4bc9cc34a72dc42f5cf6b2bcd5699e0d4;hb=5c89d73755e1b42420f6b52e659f9489bc833ce9;hp=34e22e571e1ad1886f88713e3d16b4a805dcdef9;hpb=5a196b64448dd0b8fe84e5960b7ed4111383b8eb;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) {