diff options
Diffstat (limited to 'stmhal/portmodules.h')
-rw-r--r-- | stmhal/portmodules.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/stmhal/portmodules.h b/stmhal/portmodules.h index 491df6bc49..d71f74e73c 100644 --- a/stmhal/portmodules.h +++ b/stmhal/portmodules.h @@ -28,6 +28,7 @@ extern const mp_obj_module_t os_module; extern const mp_obj_module_t pyb_module; extern const mp_obj_module_t stm_module; extern const mp_obj_module_t time_module; +extern const mp_obj_module_t mp_module_select; // additional helper functions exported by the modules |