소스 검색

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;