Skip to content

Commit 0a7cacd

Browse files
committed
Glow runs OK yay!
1 parent 304e769 commit 0a7cacd

File tree

1 file changed

+1
-1
lines changed
  • customer_app/sdk_app_tflite/sdk_app_tflite

1 file changed

+1
-1
lines changed

customer_app/sdk_app_tflite/sdk_app_tflite/demo.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ static void glow(char *buf, int len, int argc, char **argv) {
8383

8484
// Sleep 100 milliseconds
8585
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)
86+
time_ms_to_ticks32(100) // Convert 100 milliseconds to ticks (from NimBLE Porting Layer)
8787
);
8888
}
8989

0 commit comments

Comments
 (0)