diff options
Diffstat (limited to 'os/hal/src/adc.c')
-rw-r--r-- | os/hal/src/adc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/os/hal/src/adc.c b/os/hal/src/adc.c index c5ac7534a..25cbfe750 100644 --- a/os/hal/src/adc.c +++ b/os/hal/src/adc.c @@ -61,7 +61,7 @@ void adcInit(void) { /**
* @brief Initializes the standard part of a @p ADCDriver structure.
*
- * @param[in] adcp pointer to the @p ADCDriver object
+ * @param[out] adcp pointer to the @p ADCDriver object
*
* @init
*/
|