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