aboutsummaryrefslogtreecommitdiffstats
path: root/demos/modules/gdisp/circles/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'demos/modules/gdisp/circles/main.c')
-rw-r--r--demos/modules/gdisp/circles/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/modules/gdisp/circles/main.c b/demos/modules/gdisp/circles/main.c
index e631da1a..bd7d5c2e 100644
--- a/demos/modules/gdisp/circles/main.c
+++ b/demos/modules/gdisp/circles/main.c
@@ -30,7 +30,7 @@
#include "gfx.h"
int main(void) {
- coord_t width, height;
+ gCoord width, height;
// Initialize and clear the display
gfxInit();