From 1fc4180d41a77088bbb2c0ce020d5ff7ab88c16e Mon Sep 17 00:00:00 2001 From: inmarket Date: Sun, 8 Jul 2018 15:32:26 +1000 Subject: gThreadpriorityLow/Normal/High to replace LOW_/NORMAL_/HIGH_PRIORITY --- demos/applications/combo/bounce.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'demos/applications/combo/bounce.c') diff --git a/demos/applications/combo/bounce.c b/demos/applications/combo/bounce.c index 1ca82d00..12f95f61 100644 --- a/demos/applications/combo/bounce.c +++ b/demos/applications/combo/bounce.c @@ -153,7 +153,7 @@ void doBounce(GHandle parent, gBool start) { if (start) { run = gTrue; gh = parent; - thread = gfxThreadCreate(0, 0x200, LOW_PRIORITY, task, 0); + thread = gfxThreadCreate(0, 0x200, gThreadpriorityLow, task, 0); } else if (run) { run = gFalse; gfxThreadWait(thread); -- cgit v1.2.3