aboutsummaryrefslogtreecommitdiffstats
path: root/libmaple/dac.c
diff options
context:
space:
mode:
Diffstat (limited to 'libmaple/dac.c')
-rw-r--r--libmaple/dac.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libmaple/dac.c b/libmaple/dac.c
index 1726d19..8b143c8 100644
--- a/libmaple/dac.c
+++ b/libmaple/dac.c
@@ -35,6 +35,7 @@
dac_dev dac = {
.regs = DAC_BASE,
};
+/** DAC device. */
const dac_dev *DAC = &dac;
/**