From 5c55738276bb6875c3f2d4702b7fd08c45e8a29c Mon Sep 17 00:00:00 2001 From: Craig Robbins Date: Sun, 7 Dec 2014 21:01:42 +1000 Subject: Fix f6 debug/profiler display After fonts were re-engineered the height of the f6 debug/profiler display would only display about 2-3 lines of text. --- src/profiler.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/profiler.h') diff --git a/src/profiler.h b/src/profiler.h index 25d89c6c8..5816f05ca 100644 --- a/src/profiler.h +++ b/src/profiler.h @@ -30,6 +30,8 @@ with this program; if not, write to the Free Software Foundation, Inc., #include "util/numeric.h" // paging() #include "debug.h" // assert() +#define MAX_PROFILER_TEXT_ROWS 20 + /* Time profiler */ -- cgit v1.2.3