[python] Switch MICROPY_QSTR_BYTES_IN_HASH to 2 (default)

This commit is contained in:
Romain Goyet
2018-06-18 11:40:30 +02:00
committed by LeaNumworks
parent 5b77c84903
commit 53fbd2367f
2 changed files with 1 additions and 4 deletions

View File

@@ -12,7 +12,7 @@
// Global configuration
QCFG(BYTES_IN_HASH, (1))
QCFG(BYTES_IN_HASH, (2))
QCFG(BYTES_IN_LEN, (1))
// Kandinsky QSTRs

View File

@@ -8,9 +8,6 @@
// Maximum length of a path in the filesystem
#define MICROPY_ALLOC_PATH_MAX (32)
// Number of bytes used to store qstr hash
#define MICROPY_QSTR_BYTES_IN_HASH (1)
// Whether to include the garbage collector
#define MICROPY_ENABLE_GC (1)