Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
arjenhiemstra committed Feb 14, 2024
1 parent d8c6dd4 commit 2adebe8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion software/NRG_itho_wifi/main/tasks/task_cc1101.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ void startTaskCC1101()

void TaskCC1101(void *pvParameters)
{
D_LOG("TaskCC1101 setarted");
D_LOG("TaskCC1101 started");
configASSERT((uint32_t)pvParameters == 1UL);

startTaskMQTT();
Expand Down

0 comments on commit 2adebe8

Please sign in to comment.