diff options
Diffstat (limited to 'stmhal/moduselect.c')
-rw-r--r-- | stmhal/moduselect.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stmhal/moduselect.c b/stmhal/moduselect.c index 0ba5954887..232520ec44 100644 --- a/stmhal/moduselect.c +++ b/stmhal/moduselect.c @@ -30,8 +30,8 @@ #include "py/nlr.h" #include "py/obj.h" #include "py/objlist.h" +#include "py/mphal.h" #include "pybioctl.h" -#include MICROPY_HAL_H /// \module select - Provides select function to wait for events on a stream /// |