Skip to content

Commit 505361e

Browse files
Qinghao ShiQinghao Shi
authored andcommitted
fix a typo
1 parent f57c7d0 commit 505361e

File tree

1 file changed

+1
-1
lines changed
  • Tutorials_UsingAPIs/Flow-Control-Ticker

1 file changed

+1
-1
lines changed

Tutorials_UsingAPIs/Flow-Control-Ticker/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ int main()
1717
// spin in a main loop. flipper will interrupt it to call flip
1818
while (1) {
1919
led1 = !led1;
20-
ThisThread::sleep_for((200);
20+
ThisThread::sleep_for(200);
2121
}
2222
}

0 commit comments

Comments
 (0)