aboutsummaryrefslogtreecommitdiff
path: root/stmhal/dac.c
diff options
context:
space:
mode:
Diffstat (limited to 'stmhal/dac.c')
-rw-r--r--stmhal/dac.c9
1 files changed, 2 insertions, 7 deletions
diff --git a/stmhal/dac.c b/stmhal/dac.c
index d6b666886..e8ed752c0 100644
--- a/stmhal/dac.c
+++ b/stmhal/dac.c
@@ -30,13 +30,8 @@
#include "stm32f4xx_hal.h"
-#include "mpconfig.h"
-#include "nlr.h"
-#include "misc.h"
-#include "qstr.h"
-#include "parse.h"
-#include "obj.h"
-#include "runtime.h"
+#include "py/nlr.h"
+#include "py/runtime.h"
#include "timer.h"
#include "dac.h"
#include "pin.h"