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.
1 parent 304e769 commit 0a7cacdCopy full SHA for 0a7cacd
customer_app/sdk_app_tflite/sdk_app_tflite/demo.c
@@ -83,7 +83,7 @@ static void glow(char *buf, int len, int argc, char **argv) {
83
84
// Sleep 100 milliseconds
85
time_delay( // Sleep by number of ticks (from NimBLE Porting Layer)
86
- time_ms_to_ticks32(100) // Convert 1,000 milliseconds to ticks (from NimBLE Porting Layer)
+ time_ms_to_ticks32(100) // Convert 100 milliseconds to ticks (from NimBLE Porting Layer)
87
);
88
}
89
0 commit comments