Skip to content

Commit

Permalink
recent MicroPython broke out binascii.crc32()
Browse files Browse the repository at this point in the history
  • Loading branch information
dhalbert committed Dec 29, 2023
1 parent 6627bd7 commit 035569d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions py/circuitpy_mpconfig.h
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@ extern void common_hal_mcu_enable_interrupts(void);
#define MICROPY_PY_BUILTINS_STR_UNICODE (1)

#define MICROPY_PY_BINASCII (CIRCUITPY_BINASCII)
#define MICROPY_PY_BINASCII_CRC32 (CIRCUITPY_BINASCII && CIRCUITPY_ZLIB)
#define MICROPY_PY_CMATH (0)
#define MICROPY_PY_COLLECTIONS (CIRCUITPY_COLLECTIONS)
#define MICROPY_PY_DESCRIPTORS (1)
Expand Down

0 comments on commit 035569d

Please sign in to comment.