aboutsummaryrefslogtreecommitdiffstats
path: root/src/gadc
diff options
context:
space:
mode:
Diffstat (limited to 'src/gadc')
-rw-r--r--src/gadc/gadc.c2
-rw-r--r--src/gadc/gadc.h2
2 files changed, 2 insertions, 2 deletions
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);
}
diff --git a/src/gadc/gadc.h b/src/gadc/gadc.h
index 3e995db6..2743af94 100644
--- a/src/gadc/gadc.h
+++ b/src/gadc/gadc.h
@@ -172,7 +172,7 @@ void gadcHighSpeedSetISRCallback(GADCISRCallbackFunction isrfn);
* @api
* @{
*/
-GDataBuffer *gadcHighSpeedGetData(delaytime_t ms);
+GDataBuffer *gadcHighSpeedGetData(gDelay ms);
GDataBuffer *gadcHighSpeedGetDataI(void);
/** @} */