disable LV_MEM_JUNK
This commit is contained in:
@@ -25,7 +25,7 @@
|
|||||||
*********************/
|
*********************/
|
||||||
/*Add memory junk on alloc (0xaa) and free(0xbb) (just for testing purposes)*/
|
/*Add memory junk on alloc (0xaa) and free(0xbb) (just for testing purposes)*/
|
||||||
#ifndef LV_MEM_ADD_JUNK
|
#ifndef LV_MEM_ADD_JUNK
|
||||||
#define LV_MEM_ADD_JUNK 1
|
#define LV_MEM_ADD_JUNK 0
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef LV_MEM_FULL_DEFRAG_CNT
|
#ifndef LV_MEM_FULL_DEFRAG_CNT
|
||||||
|
|||||||
Reference in New Issue
Block a user