summaryrefslogtreecommitdiff
path: root/apps/gui/pitchscreen.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/gui/pitchscreen.c')
-rw-r--r--apps/gui/pitchscreen.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/apps/gui/pitchscreen.c b/apps/gui/pitchscreen.c
index 8215da2a97..78d049be10 100644
--- a/apps/gui/pitchscreen.c
+++ b/apps/gui/pitchscreen.c
@@ -23,6 +23,7 @@
23#include <string.h> 23#include <string.h>
24#include <stdio.h> 24#include <stdio.h>
25#include <math.h> 25#include <math.h>
26#include <stdlib.h> /* for ABS() */
26#include "config.h" 27#include "config.h"
27#include "sprintf.h" 28#include "sprintf.h"
28#include "action.h" 29#include "action.h"
@@ -42,8 +43,6 @@
42#include "tdspeed.h" 43#include "tdspeed.h"
43#endif 44#endif
44 45
45#define ABS(x) ((x) > 0 ? (x) : -(x))
46
47#define ICON_BORDER 12 /* icons are currently 7x8, so add ~2 pixels */ 46#define ICON_BORDER 12 /* icons are currently 7x8, so add ~2 pixels */
48 /* on both sides when drawing */ 47 /* on both sides when drawing */
49 48