summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--core/cortex-m/task.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/core/cortex-m/task.c b/core/cortex-m/task.c
index 687572eabe..5ef72e64b0 100644
--- a/core/cortex-m/task.c
+++ b/core/cortex-m/task.c
@@ -64,13 +64,6 @@ extern int __task_start(int *task_stack_ready);
/* Idle task. Executed when no tasks are ready to be scheduled. */
void __idle(void)
{
- /*
- * Print when the idle task starts. This is the lowest priority task,
- * so this only starts once all other tasks have gotten a chance to do
- * their task inits and have gone to sleep.
- */
- cprintf(CC_TASK, "[%T idle task started]\n");
-
while (1) {
/*
* Wait for the next irq event. This stops the CPU clock