fix memory corruptions due to animation audates

This commit is contained in:
Gabor Kiss-Vamosi
2019-04-22 09:20:04 +02:00
parent e2cfba7c9f
commit 56fcd2d151
3 changed files with 10 additions and 9 deletions

View File

@@ -19,7 +19,7 @@
* DEFINES
*********************/
/*Add memory junk on alloc (0xaa) and free(0xbb) (just for testing purposes)*/
#define LV_MEM_ADD_JUNK 0
#define LV_MEM_ADD_JUNK 1
#ifdef LV_MEM_ENV64
#define MEM_UNIT uint64_t