1
0
mirror of https://github.com/lvgl/lvgl.git synced 2025-01-14 06:42:58 +08:00

define LV_ATTRIBUTE_FLUSH_READY as empty if not defined

This commit is contained in:
Gabor Kiss-Vamosi 2018-11-24 07:49:49 +01:00
parent e8013a4252
commit 15dae7dcbc

View File

@ -16,6 +16,9 @@
/********************* /*********************
* DEFINES * DEFINES
*********************/ *********************/
#ifndef LV_ATTRIBUTE_FLUSH_READY
#define LV_ATTRIBUTE_FLUSH_READY
#endif
/********************** /**********************
* TYPEDEFS * TYPEDEFS