Skip to content

Commit 035569d

Browse files
committed
recent MicroPython broke out binascii.crc32()
1 parent 6627bd7 commit 035569d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

py/circuitpy_mpconfig.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,7 @@ extern void common_hal_mcu_enable_interrupts(void);
132132
#define MICROPY_PY_BUILTINS_STR_UNICODE (1)
133133

134134
#define MICROPY_PY_BINASCII (CIRCUITPY_BINASCII)
135+
#define MICROPY_PY_BINASCII_CRC32 (CIRCUITPY_BINASCII && CIRCUITPY_ZLIB)
135136
#define MICROPY_PY_CMATH (0)
136137
#define MICROPY_PY_COLLECTIONS (CIRCUITPY_COLLECTIONS)
137138
#define MICROPY_PY_DESCRIPTORS (1)

0 commit comments

Comments
 (0)