summaryrefslogtreecommitdiffstatshomepage
path: root/stmhal/dac.c
diff options
context:
space:
mode:
Diffstat (limited to 'stmhal/dac.c')
-rw-r--r--stmhal/dac.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/stmhal/dac.c b/stmhal/dac.c
index 73f1fb2593..cd62f017fb 100644
--- a/stmhal/dac.c
+++ b/stmhal/dac.c
@@ -13,6 +13,10 @@
#include "timer.h"
#include "dac.h"
+/// \moduleref pyb
+/// \class DAC - digital to analog conversion
+///
+
STATIC DAC_HandleTypeDef DAC_Handle;
void dac_init(void) {