aboutsummaryrefslogtreecommitdiffstats
path: root/libmaple/adc.h
diff options
context:
space:
mode:
Diffstat (limited to 'libmaple/adc.h')
-rw-r--r--libmaple/adc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libmaple/adc.h b/libmaple/adc.h
index 520b982..c6a67a0 100644
--- a/libmaple/adc.h
+++ b/libmaple/adc.h
@@ -309,6 +309,7 @@ uint16 adc_read(const adc_dev *dev, uint8 channel);
* Defines the total number of conversions in the regular channel
* conversion sequence.
*
+ * @param dev ADC device.
* @param length Regular channel sequence length, from 1 to 16.
*/
static inline void adc_set_reg_seqlen(const adc_dev *dev, uint8 length) {