From 2e321f273ca66642f5cae415c069ca4cc3c073ba Mon Sep 17 00:00:00 2001 From: px4dev Date: Sun, 24 Feb 2013 00:17:19 -0800 Subject: Don't try to print the idle stack usage (we need to fix it up before the code can be adapted to measure it). --- Debug/PX4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Debug/PX4') diff --git a/Debug/PX4 b/Debug/PX4 index 7d5905939..3570dc09a 100644 --- a/Debug/PX4 +++ b/Debug/PX4 @@ -21,7 +21,7 @@ end define _perf_print set $hdr = (struct perf_ctr_header *)$arg0 - printf "%p\n", $hdr + #printf "%p\n", $hdr printf "%s: ", $hdr->name # PC_COUNT if $hdr->type == 0 -- cgit v1.2.3