aboutsummaryrefslogtreecommitdiff
path: root/Debug
diff options
context:
space:
mode:
authorpx4dev <px4@purgatory.org>2012-08-28 09:14:13 -0700
committerpx4dev <px4@purgatory.org>2012-08-28 09:15:12 -0700
commit6901a85323565f2d2f5080e57b7e47e07079926e (patch)
tree2256205de960544e82ecaf8daab20413926a7dca /Debug
parenta0925e4703fdcbf3c9eebfbae254bc0d47b96a07 (diff)
downloadpx4-firmware-6901a85323565f2d2f5080e57b7e47e07079926e.tar.gz
px4-firmware-6901a85323565f2d2f5080e57b7e47e07079926e.tar.bz2
px4-firmware-6901a85323565f2d2f5080e57b7e47e07079926e.zip
Make the task printer work with our usual config. Tough to detect the correct configuration here.
Diffstat (limited to 'Debug')
-rw-r--r--Debug/NuttX4
1 files changed, 2 insertions, 2 deletions
diff --git a/Debug/NuttX b/Debug/NuttX
index 3192326b8..825733554 100644
--- a/Debug/NuttX
+++ b/Debug/NuttX
@@ -161,8 +161,8 @@ end
#
define _showsemaphore
printf "count %d ", $arg0->semcount
- if $arg0->hlist.holder != 0
- set $_task = (struct _TCB *)$arg0->hlist.holder
+ if $arg0->holder.htcb != 0
+ set $_task = (struct _TCB *)$arg0->holder.htcb
printf "held by %s", $_task->name
end
printf "\n"