aboutsummaryrefslogtreecommitdiff
path: root/Debug
diff options
context:
space:
mode:
Diffstat (limited to 'Debug')
-rw-r--r--Debug/NuttX2
1 files changed, 1 insertions, 1 deletions
diff --git a/Debug/NuttX b/Debug/NuttX
index 46ba3d1ff..64a1c6e03 100644
--- a/Debug/NuttX
+++ b/Debug/NuttX
@@ -55,7 +55,7 @@ define showheap
printf "Printing %d heaps\n", $nheaps
set $heapindex = (int)0
while $heapindex < $nheaps
- showheap $heapindex
+ _showheap $heapindex
set $heapindex = $heapindex + 1
end
end