This commit is contained in:
2020-11-06 17:23:09 +03:00
parent 58c7f74de6
commit 04c08742ac
2 changed files with 17 additions and 17 deletions

View File

@@ -20,7 +20,7 @@
#include "picompress.h"
#ifdef PIP_COMPRESS
# ifdef FREERTOS
# include "rom/miniz.h"
# include "esp32/rom/miniz.h"
# define compress2 mz_compress2
# define Z_OK MZ_OK
# define uncompress mz_uncompress