Arhivēts
1
0

Fix typo in Macro/basic/macro.c comment

Šī revīzija ir iekļauta:
Mohammad El-Abid 2016-10-25 22:25:07 -07:00
vecāks ba3c38bf84
revīzija e2ad51012c

Parādīt failu

@ -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;