Skip to content

Commit 5240105

Browse files
authored
Update callbackISR.ino
1 parent 1444277 commit 5240105

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/callbackISR/callbackISR.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ void myTurn() {
1919

2020
void isr() {
2121
enc.tickISR(); // тикер в прерывании
22-
// Не вызывает подключенные коллбэки в нутри прерывания!!!
22+
// Не вызывает подключенные коллбэки внутри прерывания!!!
2323
}
2424

2525
void loop() {

0 commit comments

Comments
 (0)