We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 89aef46 + bb98b91 commit 2b2aee4Copy full SHA for 2b2aee4
main.cpp
@@ -16,7 +16,7 @@ int main()
16
while (true) {
17
// Blink LED and wait 0.5 seconds
18
led1 = !led1;
19
- wait(0.5f);
+ wait_ms(500);
20
21
// Following the main thread wait, report on the current system status
22
sys_state.report_state();
0 commit comments