aboutsummaryrefslogtreecommitdiffstats
path: root/include/gdisp
diff options
context:
space:
mode:
authorinmarket <andrewh@inmarket.com.au>2013-07-07 19:39:17 +1000
committerinmarket <andrewh@inmarket.com.au>2013-07-08 08:30:48 +1000
commit0c7609b51e7c9660787c344ca8663b2dfab58551 (patch)
treeddc72f6f315d4869ccb208d70e6e18dba64d6dd1 /include/gdisp
parentf7e7a5dae485e14b7cbc77fc432af0514c67ffc3 (diff)
downloaduGFX-0c7609b51e7c9660787c344ca8663b2dfab58551.tar.gz
uGFX-0c7609b51e7c9660787c344ca8663b2dfab58551.tar.bz2
uGFX-0c7609b51e7c9660787c344ca8663b2dfab58551.zip
GDISP fix bug in non-multithread
Diffstat (limited to 'include/gdisp')
-rw-r--r--include/gdisp/gdisp.h1
1 files changed, 0 insertions, 1 deletions
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)