aboutsummaryrefslogtreecommitdiffstats
path: root/src/gadc/sys_defs.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gadc/sys_defs.h')
-rw-r--r--src/gadc/sys_defs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gadc/sys_defs.h b/src/gadc/sys_defs.h
index 035fa9ad..b1d1ba1c 100644
--- a/src/gadc/sys_defs.h
+++ b/src/gadc/sys_defs.h
@@ -164,7 +164,7 @@ void gadcHighSpeedSetISRCallback(GADCISRCallbackFunction isrfn);
* @brief Get a filled buffer from the ADC
* @return A GDataBuffer pointer or NULL if the timeout is exceeded
*
- * @params[in] ms The maximum amount of time in milliseconds to wait for data if some is not currently available.
+ * @param[in] ms The maximum amount of time in milliseconds to wait for data if some is not currently available.
*
* @note After processing the data, your application must return the buffer to the free-list so that
* it can be used again. This can be done using @p gfxBufferRelease().