mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-28 01:59:59 +01:00
[python] Switch MICROPY_QSTR_BYTES_IN_HASH to 2 (default)
This commit is contained in:
committed by
LeaNumworks
parent
5b77c84903
commit
53fbd2367f
@@ -12,7 +12,7 @@
|
||||
|
||||
// Global configuration
|
||||
|
||||
QCFG(BYTES_IN_HASH, (1))
|
||||
QCFG(BYTES_IN_HASH, (2))
|
||||
QCFG(BYTES_IN_LEN, (1))
|
||||
|
||||
// Kandinsky QSTRs
|
||||
|
||||
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user