Skip to content

Commit ba33e13

Browse files
committed
typo
1 parent 2f5ee49 commit ba33e13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sample/NGsample/src/demoTyper.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ u8 tickTyper()
112112
break;
113113
default:
114114
*th->ptrBuffer++ = c;
115-
if (!th->characterDelay /*th->counter*/)
115+
if (!th->characterDelay)
116116
goto _nextChar;
117117
}
118118
}

0 commit comments

Comments
 (0)