Files
luban-lite-t3e-pro/packages/third-party/micropython-1.13.0/extmod/uzlib/tinf_compat.h
刘可亮 803cac77d5 V1.0.6
2024-09-03 11:16:08 +08:00

10 lines
359 B
C
Executable File

/* 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