aboutsummaryrefslogtreecommitdiffstats
path: root/libmaple/adc.c
diff options
context:
space:
mode:
authorMarti Bolivar <mbolivar@leaflabs.com>2011-03-04 19:16:42 -0500
committerMarti Bolivar <mbolivar@leaflabs.com>2011-03-04 19:16:42 -0500
commit7973deea3908f4f865f59c5e2df1eef6810cc70e (patch)
tree4737ce2be1d35f72de7d47302c223fb98ac0036e /libmaple/adc.c
parent52d5cc53307cce58c86aa74ccd9010bbad59ff63 (diff)
downloadlibrambutan-7973deea3908f4f865f59c5e2df1eef6810cc70e.tar.gz
librambutan-7973deea3908f4f865f59c5e2df1eef6810cc70e.zip
Cosmetic/documentation changes to adc.c
Diffstat (limited to 'libmaple/adc.c')
-rw-r--r--libmaple/adc.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/libmaple/adc.c b/libmaple/adc.c
index cd71118..a464746 100644
--- a/libmaple/adc.c
+++ b/libmaple/adc.c
@@ -23,6 +23,8 @@
*****************************************************************************/
/**
+ * @file adc.c
+ *
* @brief Analog to digital converter routines
*
* IMPORTANT: maximum external impedance must be below 0.4kOhms for 1.5
@@ -30,7 +32,7 @@
*
* At 55.5 cycles/sample, the external input impedance < 50kOhms.
*
- * See stm32 manual RM008 for how to calculate this.
+ * See STM32 manual RM0008 for how to calculate this.
*/
#include "libmaple.h"