Skip to content

Commit

Permalink
Updated comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ShawnHymel committed Mar 22, 2021
1 parent 525ee8a commit 0d33b71
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ void setup() {
msg_queue = xQueueCreate(MSG_QUEUE_LEN, sizeof(Message));

// Start task to handle command line interface events. Let's set it at a
// higher priority but only run it once every 20 ms.
// higher priority but only run it once every 10 ms.
xTaskCreatePinnedToCore(doCLI,
"Do CLI",
1024,
Expand Down

0 comments on commit 0d33b71

Please sign in to comment.