Archived
1
0

Merge pull request #166 from TheEmpty/master

Fix typo in Macro/basic/macro.c comment
This commit is contained in:
Jacob Alexander 2016-10-26 08:44:10 -07:00 committed by GitHub
commit eb747a9346

View File

@ -173,7 +173,7 @@ inline void keyPressDetection( uint8_t *keys, uint8_t numberOfKeys, uint8_t *mod
inline void process_macros(void) 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 ) if ( USBKeys_Sent != 0 )
return; return;