浏览代码

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;