lv_list: check the return value of btn events

This commit is contained in:
Gabor Kiss-Vamosi
2019-04-12 07:22:37 +02:00
parent 6a3c7d2b95
commit 6284e3a21b
3 changed files with 22 additions and 16 deletions

View File

@@ -18,8 +18,8 @@
/*********************
* DEFINES
*********************/
#define LV_MEM_ADD_JUNK \
0 /*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 0
#ifdef LV_MEM_ENV64
#define MEM_UNIT uint64_t