You've already forked Core2forAWS-MicroPython
mirror of
https://github.com/m5stack/Core2forAWS-MicroPython.git
synced 2026-05-20 10:30:31 -07:00
b1cca8fbe0
Major changes include robust parsing of erroneous compressed streams and updated API.
10 lines
359 B
C
10 lines
359 B
C
/* This header contains compatibility defines for the original tinf API
|
|
and uzlib 2.x and below API. These defines are deprecated and going
|
|
to be removed in the future, so applications should migrate to new
|
|
uzlib API. */
|
|
#define TINF_DATA struct uzlib_uncomp
|
|
|
|
#define destSize dest_size
|
|
#define destStart dest_start
|
|
#define readSource source_read_cb
|