aboutsummaryrefslogtreecommitdiff
path: root/common/action_macro.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/action_macro.h')
-rw-r--r--common/action_macro.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/common/action_macro.h b/common/action_macro.h
index db6577959..ee5c7c426 100644
--- a/common/action_macro.h
+++ b/common/action_macro.h
@@ -28,7 +28,11 @@ typedef uint8_t macro_t;
28typedef macro_t prog_macro_t PROGMEM; 28typedef macro_t prog_macro_t PROGMEM;
29 29
30 30
31#ifndef NO_ACTION_MACRO
31void action_macro_play(const prog_macro_t *macro); 32void action_macro_play(const prog_macro_t *macro);
33#else
34#define action_macro_play(macro)
35#endif
32 36
33 37
34 38