From 89037cc83afaf21ba8ba72ef9391f2321821794a Mon Sep 17 00:00:00 2001 From: px4dev Date: Sat, 11 Aug 2012 20:53:42 -0700 Subject: typo that causes the heap printer to fail by recursing infinitely --- Debug/NuttX | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Debug') 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 -- cgit v1.2.3