summaryrefslogtreecommitdiff
path: root/py/builtin.h
diff options
context:
space:
mode:
authoriabdalkader <i.abdalkader@gmail.com>2021-08-29 18:58:31 +0200
committerDamien George <damien@micropython.org>2021-09-19 23:35:10 +1000
commit2c5e9bbdface4eb163b53f486359ca2208b7b0a5 (patch)
tree5b127dd4fd824111bde507c654e09d4054fe65af /py/builtin.h
parent38f8e852e04013e4616097320bf9cf75051a1b6b (diff)
extmod: Add platform module.
It contains the compiler version, and underlying system HAL/SDK version.
Diffstat (limited to 'py/builtin.h')
-rw-r--r--py/builtin.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/py/builtin.h b/py/builtin.h
index 1e4769cd6..8639e978f 100644
--- a/py/builtin.h
+++ b/py/builtin.h
@@ -124,6 +124,7 @@ extern const mp_obj_module_t mp_module_webrepl;
extern const mp_obj_module_t mp_module_framebuf;
extern const mp_obj_module_t mp_module_btree;
extern const mp_obj_module_t mp_module_ubluetooth;
+extern const mp_obj_module_t mp_module_uplatform;
extern const char MICROPY_PY_BUILTINS_HELP_TEXT[];