diff options
author | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2014-04-13 07:00:37 +0300 |
---|---|---|
committer | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2014-04-13 07:02:57 +0300 |
commit | 4165cd1c0cfc4eabf446be504787090be84a421b (patch) | |
tree | 52dca2bd1a3057256861fed71994e6a798c5e6ee /py/mpconfig.h | |
parent | a3e50eacca4d3fbc70561d39b9f47e199eb4c87f (diff) | |
download | micropython-4165cd1c0cfc4eabf446be504787090be84a421b.tar.gz micropython-4165cd1c0cfc4eabf446be504787090be84a421b.zip |
stmhal: Update for static mod sys.
Diffstat (limited to 'py/mpconfig.h')
-rw-r--r-- | py/mpconfig.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/py/mpconfig.h b/py/mpconfig.h index 119d0177dd..cbe18b409b 100644 --- a/py/mpconfig.h +++ b/py/mpconfig.h @@ -125,6 +125,10 @@ typedef double mp_float_t; #define MICROPY_ENABLE_MOD_SYS (1) #endif +#ifndef MICROPY_MOD_SYS_STDFILES +#define MICROPY_MOD_SYS_STDFILES (0) +#endif + // Whether to support slice object and correspondingly // slice subscript operators #ifndef MICROPY_ENABLE_SLICE |