diff options
| author | Paul Sokolovsky | 2016-11-20 23:49:45 +0300 |
|---|---|---|
| committer | Paul Sokolovsky | 2016-11-21 00:05:56 +0300 |
| commit | 8f5bc3ffc0603bbc338f9a24bd7d278b72d5c9d7 (patch) | |
| tree | 9eb858eb924b6f094955a59815ba2b11ed5e70c1 /stmhal/portmodules.h | |
| parent | c28fed6b64248adbd6c1b429a85d4d9e00cd9e36 (diff) | |
stmhal/moduselect: Move to extmod/ for reuse by other ports.
Diffstat (limited to 'stmhal/portmodules.h')
| -rw-r--r-- | stmhal/portmodules.h | 1 |
1 files changed, 0 insertions, 1 deletions
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 |
