diff options
author | Daniel Campora <daniel@wipy.io> | 2015-05-04 11:07:08 +0200 |
---|---|---|
committer | Daniel Campora <daniel@wipy.io> | 2015-05-05 11:23:06 +0200 |
commit | e04aa96b4d5111737aba598f678e27793fe0cd01 (patch) | |
tree | 35d7f2bcce3f368344abf0f52b38f62ac0641c9f | |
parent | 5ab5ac5448573fa34cc2316d895706c24a412f36 (diff) | |
download | micropython-e04aa96b4d5111737aba598f678e27793fe0cd01.tar.gz micropython-e04aa96b4d5111737aba598f678e27793fe0cd01.zip |
cc3200: Define MICROPY_CPYTHON_COMPAT=0.
This only disables some corner case functionality to keep C Python
compatibility, and saves ~600 bytes.
-rw-r--r-- | cc3200/mpconfigport.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cc3200/mpconfigport.h b/cc3200/mpconfigport.h index 73accda5fc..e7968db30d 100644 --- a/cc3200/mpconfigport.h +++ b/cc3200/mpconfigport.h @@ -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. |