summaryrefslogtreecommitdiff
path: root/nuttx/arch/arm/src/common/up_blocktask.c
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2007-11-15 22:38:32 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2007-11-15 22:38:32 +0000
commitd6100fb0fad57df531e0774793d188e899943852 (patch)
tree0f7204a066a470ffde437f8c1a1dfcfd78575736 /nuttx/arch/arm/src/common/up_blocktask.c
parentc7bd005fd19b6ab3d548613495f6f5a0a955387f (diff)
downloadpx4-nuttx-d6100fb0fad57df531e0774793d188e899943852.tar.gz
px4-nuttx-d6100fb0fad57df531e0774793d188e899943852.tar.bz2
px4-nuttx-d6100fb0fad57df531e0774793d188e899943852.zip
Fix probably where packets dropped because there was no recv() in place were being ACKed
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@381 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/arch/arm/src/common/up_blocktask.c')
-rw-r--r--nuttx/arch/arm/src/common/up_blocktask.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/nuttx/arch/arm/src/common/up_blocktask.c b/nuttx/arch/arm/src/common/up_blocktask.c
index b72604429..ed27d2e87 100644
--- a/nuttx/arch/arm/src/common/up_blocktask.c
+++ b/nuttx/arch/arm/src/common/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;
- lldbg("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
@@ -138,7 +136,6 @@ void up_block_task(_TCB *tcb, tstate_t task_state)
*/
rtcb = (_TCB*)g_readytorun.head;
- lldbg("New Active Task TCB=%p\n", rtcb);
/* Then switch contexts */
@@ -157,7 +154,6 @@ void up_block_task(_TCB *tcb, tstate_t task_state)
*/
rtcb = (_TCB*)g_readytorun.head;
- lldbg("New Active Task TCB=%p\n", rtcb);
/* Then switch contexts */