From 93da5a0578e7f16ea846eb257f36a24e316ef8d4 Mon Sep 17 00:00:00 2001 From: inmarket Date: Sun, 8 Jul 2018 15:15:15 +1000 Subject: gDelayNone/gDelayForever to replace TIME_IMMEDIATE/TIME_INFINITE --- demos/modules/gadc/gwinosc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'demos/modules/gadc/gwinosc.c') diff --git a/demos/modules/gadc/gwinosc.c b/demos/modules/gadc/gwinosc.c index 4f89a262..b018fe7e 100644 --- a/demos/modules/gadc/gwinosc.c +++ b/demos/modules/gadc/gwinosc.c @@ -101,7 +101,7 @@ void gwinScopeWaitForTrace(GHandle gh) { return; /* Wait for a set of conversions */ - pd = gadcHighSpeedGetData(TIME_INFINITE); + pd = gadcHighSpeedGetData(gDelayForever); /* Ensure we are drawing in the right area */ #if GDISP_NEED_CLIP -- cgit v1.2.3