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