aboutsummaryrefslogtreecommitdiffstats
path: root/touchpad.c
diff options
context:
space:
mode:
Diffstat (limited to 'touchpad.c')
-rw-r--r--touchpad.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/touchpad.c b/touchpad.c
index 51b6e227..a7ef221c 100644
--- a/touchpad.c
+++ b/touchpad.c
@@ -116,7 +116,7 @@ uint16_t tpReadY(void) {
}
}
-void tpDrawCross(uint16_t x, uint16_t y) {
+static void tpDrawCross(uint16_t x, uint16_t y) {
lcdDrawLine(x-15, y, x-2, y, 0xffff);
lcdDrawLine(x+2, y, x+15, y, 0xffff);
lcdDrawLine(x, y-15, x, y-2, 0xffff);