diff options
author | Damien George <damien.p.george@gmail.com> | 2014-06-28 10:29:22 +0100 |
---|---|---|
committer | Damien George <damien.p.george@gmail.com> | 2014-06-28 10:29:22 +0100 |
commit | 8546ce1e2894f15e9d683ff2294f22c1419cbe78 (patch) | |
tree | f110d20af74a02818d17957d27c965957b490846 /py | |
parent | 41736f8201fd645bbcca6741c03eccb8f4c6bde3 (diff) | |
download | micropython-8546ce1e2894f15e9d683ff2294f22c1419cbe78.tar.gz micropython-8546ce1e2894f15e9d683ff2294f22c1419cbe78.zip |
py: Add missing #endif.
Diffstat (limited to 'py')
-rw-r--r-- | py/mpconfig.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/py/mpconfig.h b/py/mpconfig.h index 7ed99ac8e0..0dd84d1f81 100644 --- a/py/mpconfig.h +++ b/py/mpconfig.h @@ -252,6 +252,7 @@ typedef double mp_float_t; // Whether str object is proper unicode #ifndef MICROPY_PY_BUILTINS_STR_UNICODE #define MICROPY_PY_BUILTINS_STR_UNICODE (0) +#endif // Whether to support bytearray object #ifndef MICROPY_PY_BUILTINS_BYTEARRAY |