]> git.donarmstrong.com Git - tmk_firmware.git/blobdiff - common/action_macro.c
Fix deprecated 'prog_*' typedef - Issue #34
[tmk_firmware.git] / common / action_macro.c
index 71d1506f5cabbe6e16392f8a0c6f1c9f4b105f7e..29cfd23df147ad43546b87b788bc24b0b8c0672b 100644 (file)
@@ -28,7 +28,7 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.
 #ifndef NO_ACTION_MACRO
 
 #define MACRO_READ()  (macro = pgm_read_byte(macro_p++))
-void action_macro_play(const prog_macro_t *macro_p)
+void action_macro_play(const macro_t *macro_p)
 {
     macro_t macro = END;
     uint8_t interval = 0;