diff options
author | Marti Bolivar <mbolivar@mit.edu> | 2010-10-11 20:02:04 -0400 |
---|---|---|
committer | Marti Bolivar <mbolivar@mit.edu> | 2010-10-11 20:02:04 -0400 |
commit | 1088b37e70e192d2a279bbfc55d33238f090d72e (patch) | |
tree | 312b42ced7c384328a82dab1912845cc24a1bf32 /libmaple | |
parent | bfae1dee44fe3610af1b07ceed6a5e3165c36685 (diff) | |
download | librambutan-1088b37e70e192d2a279bbfc55d33238f090d72e.tar.gz librambutan-1088b37e70e192d2a279bbfc55d33238f090d72e.zip |
more docs
Diffstat (limited to 'libmaple')
-rw-r--r-- | libmaple/adc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libmaple/adc.h b/libmaple/adc.h index f41044f..9b61821 100644 --- a/libmaple/adc.h +++ b/libmaple/adc.h @@ -25,7 +25,7 @@ /** * @file adc.h * - * @brief ADC prototypes and defines + * @brief Analog-to-Digital Conversion (ADC) routines. */ #ifndef _ADC_H_ |