summaryrefslogtreecommitdiffstatshomepage
path: root/stmhal/portmodules.h
diff options
context:
space:
mode:
Diffstat (limited to 'stmhal/portmodules.h')
-rw-r--r--stmhal/portmodules.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/stmhal/portmodules.h b/stmhal/portmodules.h
index 8c2ee6bf87..821e7c5b66 100644
--- a/stmhal/portmodules.h
+++ b/stmhal/portmodules.h
@@ -33,4 +33,7 @@ extern const mp_obj_module_t mp_module_usocket;
// additional helper functions exported by the modules
+MP_DECLARE_CONST_FUN_OBJ(time_sleep_ms_obj);
+MP_DECLARE_CONST_FUN_OBJ(time_sleep_us_obj);
+
MP_DECLARE_CONST_FUN_OBJ(mod_os_sync_obj);