Browse Source

Fix typo in Macro/basic/macro.c comment

master
Mohammad El-Abid 7 years ago
parent
commit
e2ad51012c
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Macro/basic/macro.c

+ 1
- 1
Macro/basic/macro.c View File



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;