aboutsummaryrefslogtreecommitdiffstats
path: root/libmaple/dac.c
diff options
context:
space:
mode:
authorMarti Bolivar <mbolivar@leaflabs.com>2011-09-14 14:42:04 -0400
committerMarti Bolivar <mbolivar@leaflabs.com>2011-09-14 14:42:04 -0400
commita9f14657020161fe8798e23489ce7b9489bbe815 (patch)
tree3b561e75b79b18c8bc851ba1b06ca1058050ebda /libmaple/dac.c
parent5ba24f6befb6016410df398a049054cf34365895 (diff)
parent3f03c0c1edc74b3fb95f178a45a111a2d3381719 (diff)
downloadlibrambutan-a9f14657020161fe8798e23489ce7b9489bbe815.tar.gz
librambutan-a9f14657020161fe8798e23489ce7b9489bbe815.zip
Merge remote branch 'nzmichaelh/comment-fixups-2'
Diffstat (limited to 'libmaple/dac.c')
-rw-r--r--libmaple/dac.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/libmaple/dac.c b/libmaple/dac.c
index 4070984..15e944f 100644
--- a/libmaple/dac.c
+++ b/libmaple/dac.c
@@ -24,6 +24,11 @@
* SOFTWARE.
*****************************************************************************/
+/**
+ * @file dac.c
+ * @brief Digital to analog converter support.
+ */
+
#include "libmaple.h"
#include "gpio.h"
#include "dac.h"