From e2ad51012ccc7e7c3a2e0e1bd13f997b54096753 Mon Sep 17 00:00:00 2001 From: Mohammad El-Abid Date: Tue, 25 Oct 2016 22:25:07 -0700 Subject: [PATCH] Fix typo in Macro/basic/macro.c comment --- Macro/basic/macro.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Macro/basic/macro.c b/Macro/basic/macro.c index 29c8090..631cf8e 100644 --- a/Macro/basic/macro.c +++ b/Macro/basic/macro.c @@ -173,7 +173,7 @@ inline void keyPressDetection( uint8_t *keys, uint8_t numberOfKeys, uint8_t *mod inline void process_macros(void) { - // Online process macros once (if some were found), until the next USB send + // Only process macros once (if some were found), until the next USB send if ( USBKeys_Sent != 0 ) return;