From 8f5bc3ffc0603bbc338f9a24bd7d278b72d5c9d7 Mon Sep 17 00:00:00 2001 From: Paul Sokolovsky Date: Sun, 20 Nov 2016 23:49:45 +0300 Subject: stmhal/moduselect: Move to extmod/ for reuse by other ports. --- stmhal/portmodules.h | 1 - 1 file changed, 1 deletion(-) (limited to 'stmhal/portmodules.h') diff --git a/stmhal/portmodules.h b/stmhal/portmodules.h index 173d53cc6..0b460f38c 100644 --- a/stmhal/portmodules.h +++ b/stmhal/portmodules.h @@ -28,7 +28,6 @@ extern const mp_obj_module_t pyb_module; extern const mp_obj_module_t stm_module; extern const mp_obj_module_t mp_module_uos; extern const mp_obj_module_t mp_module_utime; -extern const mp_obj_module_t mp_module_uselect; extern const mp_obj_module_t mp_module_usocket; // additional helper functions exported by the modules -- cgit v1.2.3