Просмотр исходного кода

Merge pull request #166 from TheEmpty/master

Fix typo in Macro/basic/macro.c comment
master
Jacob Alexander 7 лет назад
Родитель
Сommit
eb747a9346
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;