Remove sys module

This commit is contained in:
Yaya.Cout
2021-12-15 14:31:07 +01:00
parent dbbf27e59b
commit a14f2015cf
2 changed files with 5 additions and 1 deletions

View File

@@ -97,7 +97,7 @@
#define MICROPY_PY_STRUCT (0)
// Whether to provide "sys" module
#define MICROPY_PY_SYS (1)
#define MICROPY_PY_SYS (0)
// Whether to provide the "urandom" module
#define MICROPY_PY_URANDOM (1)