firmware: fix crc32 in ubinascii

This commit is contained in:
Jan Pochyla 2017-03-13 13:22:06 +01:00
parent 3af05238a5
commit ab1888fe15
1 changed files with 1 additions and 0 deletions

View File

@ -97,6 +97,7 @@
// Extended modules // Extended modules
#define MICROPY_PY_UBINASCII (1) #define MICROPY_PY_UBINASCII (1)
#define MICROPY_PY_UBINASCII_CRC32 (1)
#define MICROPY_PY_UCTYPES (1) #define MICROPY_PY_UCTYPES (1)
#define MICROPY_PY_UZLIB (1) #define MICROPY_PY_UZLIB (1)
#define MICROPY_PY_UTIME_MP_HAL (1) #define MICROPY_PY_UTIME_MP_HAL (1)