Преглед изворни кода

Fix typo in Macro/basic/macro.c comment

master
Mohammad El-Abid пре 7 година
родитељ
комит
e2ad51012c
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1
    1
      Macro/basic/macro.c

+ 1
- 1
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;