mirror of
https://github.com/lvgl/lvgl.git
synced 2025-01-28 07:03:00 +08:00
Merge branch 'dev-6.1' into feat-bidi
This commit is contained in:
commit
1c4695a21e
@ -19,7 +19,9 @@
|
|||||||
* DEFINES
|
* DEFINES
|
||||||
*********************/
|
*********************/
|
||||||
/*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)*/
|
||||||
#define LV_MEM_ADD_JUNK 1
|
#ifndef LV_MEM_ADD_JUNK
|
||||||
|
#define LV_MEM_ADD_JUNK 0
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifdef LV_MEM_ENV64
|
#ifdef LV_MEM_ENV64
|
||||||
#define MEM_UNIT uint64_t
|
#define MEM_UNIT uint64_t
|
||||||
|
Loading…
x
Reference in New Issue
Block a user