cc3200: Switch to 1 byte hash for QSTRs.

modjni
Daniel Campora 2015-07-28 23:51:16 +02:00
parent da33b31c7d
commit fb3f9cff33
1 changed files with 1 additions and 0 deletions

View File

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