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 --- demos/modules/gwin/basic/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'demos/modules/gwin/basic/main.c') diff --git a/demos/modules/gwin/basic/main.c b/demos/modules/gwin/basic/main.c index 901f9e6d..00404aae 100644 --- a/demos/modules/gwin/basic/main.c +++ b/demos/modules/gwin/basic/main.c @@ -33,7 +33,7 @@ GHandle GW1, GW2; int main(void) { - coord_t i, j; + gCoord i, j; /* Initialize and clear the display */ gfxInit(); -- cgit v1.2.3