From 215f31ee3dd27f461540384cdba04b58b481fadc Mon Sep 17 00:00:00 2001 From: inmarket Date: Sun, 8 Jul 2018 14:30:31 +1000 Subject: Added type gDelay to replace V2.x delaytime_t Added type gTicks to replace V2.x systemticks_t Added type gThreadreturn to replace V2.x threadreturn_t Added type gThreadpriority to replace V2.x threadpriority_t --- src/gadc/gadc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gadc/gadc.c') diff --git a/src/gadc/gadc.c b/src/gadc/gadc.c index 8e8553df..ee5b9fdf 100644 --- a/src/gadc/gadc.c +++ b/src/gadc/gadc.c @@ -224,7 +224,7 @@ void gadcHighSpeedSetISRCallback(GADCISRCallbackFunction isrfn) { hsISRcallback = isrfn; } -GDataBuffer *gadcHighSpeedGetData(delaytime_t ms) { +GDataBuffer *gadcHighSpeedGetData(gDelay ms) { return (GDataBuffer *)gfxQueueGSyncGet(&hsListDone, ms); } -- cgit v1.2.3