summaryrefslogtreecommitdiffstatshomepage
path: root/stmhal/moduselect.c
diff options
context:
space:
mode:
Diffstat (limited to 'stmhal/moduselect.c')
-rw-r--r--stmhal/moduselect.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/stmhal/moduselect.c b/stmhal/moduselect.c
index 0d5d6dd4ad..b354e486e7 100644
--- a/stmhal/moduselect.c
+++ b/stmhal/moduselect.c
@@ -28,8 +28,6 @@
#include <stdio.h>
#include <errno.h>
-#include "stm32f4xx_hal.h"
-
#include "mpconfig.h"
#include "misc.h"
#include "nlr.h"
@@ -37,6 +35,7 @@
#include "obj.h"
#include "objlist.h"
#include "pybioctl.h"
+#include MICROPY_HAL_H
/// \module select - Provides select function to wait for events on a stream
///