We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02a15fa commit 6f5511aCopy full SHA for 6f5511a
common/action_macro.c
@@ -34,7 +34,7 @@ void action_macro_play(const macro_t *macro_p)
34
macro_t macro = END;
35
uint8_t interval = 0;
36
37
- uint8_t mod_storage;
+ uint8_t mod_storage = 0;
38
39
if (!macro_p) return;
40
while (true) {
0 commit comments