summaryrefslogtreecommitdiffstatshomepage
path: root/stmhal/portmodules.h
diff options
context:
space:
mode:
authorDamien George <damien.p.george@gmail.com>2014-08-26 17:18:12 +0100
committerDamien George <damien.p.george@gmail.com>2014-09-07 20:42:01 +0100
commit013d53c0b48cd22ef9476f048c2f944a86d5ce67 (patch)
tree753686da1b33b96829df9b2c4d3bd4f9739a9ea7 /stmhal/portmodules.h
parente2a618615df33d884dde975c3e0a0727d9ea9629 (diff)
downloadmicropython-013d53c0b48cd22ef9476f048c2f944a86d5ce67.tar.gz
micropython-013d53c0b48cd22ef9476f048c2f944a86d5ce67.zip
Remove skeletal modselect from extmod and just put it in stmhal.
Diffstat (limited to 'stmhal/portmodules.h')
-rw-r--r--stmhal/portmodules.h1
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