From de28112a7d6db829142ad113c93eb8ad071b0d65 Mon Sep 17 00:00:00 2001 From: inmarket Date: Sun, 7 Jul 2013 19:39:17 +1000 Subject: GDISP fix bug in non-multithread --- include/gdisp/gdisp.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include') diff --git a/include/gdisp/gdisp.h b/include/gdisp/gdisp.h index 4ba72580..2497801a 100644 --- a/include/gdisp/gdisp.h +++ b/include/gdisp/gdisp.h @@ -572,7 +572,6 @@ extern "C" { #include "gdisp/lld/gdisp_lld.h" /* The same as above but use the low level driver directly if no multi-thread support is needed */ - #define _gdispInit(gdisp) gdisp_lld_init() #define gdispIsBusy() FALSE #define gdispClear(color) gdisp_lld_clear(color) #define gdispDrawPixel(x, y, color) gdisp_lld_draw_pixel(x, y, color) -- cgit v1.2.3