From 83158e0e7f12d0454bb5efb27cd9071123e3be75 Mon Sep 17 00:00:00 2001 From: Damien George Date: Mon, 19 Oct 2015 21:57:41 +0100 Subject: stmhal: Implement os.dupterm (was pyb.repl_uart). pyb.repl_uart still exists but points to os.dupterm. --- stmhal/portmodules.h | 1 + 1 file changed, 1 insertion(+) (limited to 'stmhal/portmodules.h') diff --git a/stmhal/portmodules.h b/stmhal/portmodules.h index 821e7c5b6..68ae2f47c 100644 --- a/stmhal/portmodules.h +++ b/stmhal/portmodules.h @@ -37,3 +37,4 @@ 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); +MP_DECLARE_CONST_FUN_OBJ(mod_os_dupterm_obj); -- cgit v1.2.3