summaryrefslogtreecommitdiff
path: root/nuttx/arch/c5471/src/up_blocktask.c
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/arch/c5471/src/up_blocktask.c')
-rw-r--r--nuttx/arch/c5471/src/up_blocktask.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/nuttx/arch/c5471/src/up_blocktask.c b/nuttx/arch/c5471/src/up_blocktask.c
index 6b42d4270..5e0693e2e 100644
--- a/nuttx/arch/c5471/src/up_blocktask.c
+++ b/nuttx/arch/c5471/src/up_blocktask.c
@@ -95,8 +95,6 @@ void up_block_task(_TCB *tcb, tstate_t task_state)
_TCB *rtcb = (_TCB*)g_readytorun.head;
boolean switch_needed;
- dbg("Blocking TCB=%p\n", tcb);
-
/* Remove the tcb task from the ready-to-run list. If we
* are blocking the task at the head of the task list (the
* most likely case), then a context switch to the next