aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gdisp/WS29EPD/gdisp_lld_WS29EPD.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gdisp/WS29EPD/gdisp_lld_WS29EPD.c')
-rw-r--r--drivers/gdisp/WS29EPD/gdisp_lld_WS29EPD.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gdisp/WS29EPD/gdisp_lld_WS29EPD.c b/drivers/gdisp/WS29EPD/gdisp_lld_WS29EPD.c
index ab700b0a..009e52f2 100644
--- a/drivers/gdisp/WS29EPD/gdisp_lld_WS29EPD.c
+++ b/drivers/gdisp/WS29EPD/gdisp_lld_WS29EPD.c
@@ -163,7 +163,7 @@ LLDSPEC gBool gdisp_lld_init(GDisplay *g) {
#if GDISP_HARDWARE_DRAWPIXEL
LLDSPEC void gdisp_lld_draw_pixel(GDisplay *g) {
- coord_t x, y;
+ gCoord x, y;
switch(g->g.Orientation) {
default: