diff options
author | Daniel Campora <daniel@wipy.io> | 2015-07-28 23:51:16 +0200 |
---|---|---|
committer | Daniel Campora <daniel@wipy.io> | 2015-07-30 00:43:13 +0200 |
commit | fb3f9cff33a21a786f529619bc1c52edfb230344 (patch) | |
tree | 6a13f6dd3ccfde76dbda7ca9258a0535da21e793 | |
parent | da33b31c7dabd894c4e4d210e02556f248f6e955 (diff) | |
download | micropython-fb3f9cff33a21a786f529619bc1c52edfb230344.tar.gz micropython-fb3f9cff33a21a786f529619bc1c52edfb230344.zip |
cc3200: Switch to 1 byte hash for QSTRs.
-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 00fb19edf4..41dc27eaec 100644 --- a/cc3200/mpconfigport.h +++ b/cc3200/mpconfigport.h @@ -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. |