aboutsummaryrefslogtreecommitdiff
path: root/Debug
diff options
context:
space:
mode:
authorpx4dev <px4@purgatory.org>2013-07-04 23:14:13 -0700
committerpx4dev <px4@purgatory.org>2013-07-04 23:14:13 -0700
commitf7963a8c84792ff6d95fa52d92f308c596e309e4 (patch)
tree14e19bad09588ded29b8ee217d015b1999a5f488 /Debug
parent2e001aad0429c816321bfc76264282935911746e (diff)
downloadpx4-firmware-f7963a8c84792ff6d95fa52d92f308c596e309e4.tar.gz
px4-firmware-f7963a8c84792ff6d95fa52d92f308c596e309e4.tar.bz2
px4-firmware-f7963a8c84792ff6d95fa52d92f308c596e309e4.zip
Fix printing of PC_COUNT perf counters
Diffstat (limited to 'Debug')
-rw-r--r--Debug/PX42
1 files changed, 1 insertions, 1 deletions
diff --git a/Debug/PX4 b/Debug/PX4
index 085cffe43..e99228ee0 100644
--- a/Debug/PX4
+++ b/Debug/PX4
@@ -27,7 +27,7 @@ define _perf_print
# PC_COUNT
if $hdr->type == 0
set $count = (struct perf_ctr_count *)$hdr
- printf "%llu events,\n", $count->event_count;
+ printf "%llu events\n", $count->event_count
end
# PC_ELPASED
if $hdr->type == 1