aboutsummaryrefslogtreecommitdiff
path: root/Debug/PX4
diff options
context:
space:
mode:
Diffstat (limited to 'Debug/PX4')
-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