From 8a9ed5195b3345635533b6150b9303abbaf5adf3 Mon Sep 17 00:00:00 2001 From: inmarket Date: Sat, 3 Nov 2018 12:29:30 +1000 Subject: Tidy u gfxSem, gfxMutex and various Macros by converting to new types gSem, gMutex etc --- demos/tools/uGFXnetDisplay/main.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'demos/tools') diff --git a/demos/tools/uGFXnetDisplay/main.c b/demos/tools/uGFXnetDisplay/main.c index 4eba5f78..011728cd 100644 --- a/demos/tools/uGFXnetDisplay/main.c +++ b/demos/tools/uGFXnetDisplay/main.c @@ -182,8 +182,8 @@ static gBool sendpkt(gU16 *pkt, int len) { * We do the send in a single transaction to prevent it getting interspersed with * any reply we need to send on the main thread. */ - static DECLARE_THREAD_STACK(waNetThread, 512); - static DECLARE_THREAD_FUNCTION(NetThread, param) { + static GFX_THREAD_STACK(waNetThread, 512); + static GFX_THREAD_FUNCTION(NetThread, param) { GEventMouse *pem; gU16 cmd[2]; gU16 lbuttons; -- cgit v1.2.3