diff options
| author | iabdalkader <i.abdalkader@gmail.com> | 2021-08-29 18:58:31 +0200 |
|---|---|---|
| committer | Damien George <damien@micropython.org> | 2021-09-19 23:35:10 +1000 |
| commit | 2c5e9bbdface4eb163b53f486359ca2208b7b0a5 (patch) | |
| tree | 5b127dd4fd824111bde507c654e09d4054fe65af /py/builtin.h | |
| parent | 38f8e852e04013e4616097320bf9cf75051a1b6b (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.h | 1 |
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[]; |
