From 330f891081dbd755063767a25f39c517fbe5c432 Mon Sep 17 00:00:00 2001 From: inmarket Date: Sun, 8 Jul 2018 15:40:27 +1000 Subject: Added type gThread to replace V2.x gfxThreadHandle --- src/gtimer/gtimer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gtimer/gtimer.c') diff --git a/src/gtimer/gtimer.c b/src/gtimer/gtimer.c index 6dc0d6f8..47f6d579 100644 --- a/src/gtimer/gtimer.c +++ b/src/gtimer/gtimer.c @@ -19,7 +19,7 @@ /* This mutex protects access to our tables */ static gfxMutex mutex; -static gfxThreadHandle hThread = 0; +static gThread hThread = 0; static GTimer *pTimerHead = 0; static gfxSem waitsem; static gTicks ticks2ms; -- cgit v1.2.3