Skip to content

Commit e04aa96

Browse files
author
Daniel Campora
committed
cc3200: Define MICROPY_CPYTHON_COMPAT=0.
This only disables some corner case functionality to keep C Python compatibility, and saves ~600 bytes.
1 parent 5ab5ac5 commit e04aa96

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

cc3200/mpconfigport.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@
4848
#define MICROPY_FLOAT_IMPL (MICROPY_FLOAT_IMPL_NONE)
4949
#define MICROPY_OPT_COMPUTED_GOTO (0)
5050
#define MICROPY_OPT_CACHE_MAP_LOOKUP_IN_BYTECODE (0)
51+
#define MICROPY_CPYTHON_COMPAT (0)
5152

5253
/* Enable FatFS LFNs
5354
0: Disable LFN feature.

0 commit comments

Comments
 (0)