cc3200: Define MICROPY_CPYTHON_COMPAT=0.

This only disables some corner case functionality to keep C Python
compatibility, and saves ~600 bytes.
upip-bootstrap
Daniel Campora 2015-05-04 11:07:08 +02:00
parent 5ab5ac5448
commit e04aa96b4d
1 changed files with 1 additions and 0 deletions

View File

@ -48,6 +48,7 @@
#define MICROPY_FLOAT_IMPL (MICROPY_FLOAT_IMPL_NONE)
#define MICROPY_OPT_COMPUTED_GOTO (0)
#define MICROPY_OPT_CACHE_MAP_LOOKUP_IN_BYTECODE (0)
#define MICROPY_CPYTHON_COMPAT (0)
/* Enable FatFS LFNs
0: Disable LFN feature.