From 2ab2d77fcba42467b62f2be732cb8dc00510fe19 Mon Sep 17 00:00:00 2001 From: inmarket Date: Sun, 8 Jul 2018 10:54:19 +1000 Subject: Change coord_t to gCoord --- boards/base/ArduinoTinyScreen/ugfx_test.ino | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'boards') diff --git a/boards/base/ArduinoTinyScreen/ugfx_test.ino b/boards/base/ArduinoTinyScreen/ugfx_test.ino index 456dd1fc..8dd54182 100644 --- a/boards/base/ArduinoTinyScreen/ugfx_test.ino +++ b/boards/base/ArduinoTinyScreen/ugfx_test.ino @@ -3,8 +3,8 @@ #include void setup() { - coord_t width, height; - coord_t i, j; + gCoord width, height; + gCoord i, j; pinMode(13, OUTPUT); -- cgit v1.2.3