Move LV_EXPORT_CONST_INT to compiler settings section

This commit is contained in:
Amir Gonnen
2019-10-04 12:26:33 +03:00
committed by GitHub
parent d1d3ef4305
commit 02755339bc

View File

@@ -98,12 +98,6 @@ typedef int16_t lv_coord_t;
# define LV_MEM_CUSTOM_GET_SIZE your_mem_get_size /*Wrapper to lv_mem_get_size*/
#endif /* LV_ENABLE_GC */
/* Export integer constant to binding.
* This macro is used with constants in the form of LV_<CONST> that
* should also appear on lvgl binding API such as Micropython
*/
#define LV_EXPORT_CONST_INT(int_value)
/*=======================
Input device settings
*=======================*/
@@ -202,6 +196,12 @@ typedef void * lv_img_decoder_user_data_t;
* font's bitmaps */
#define LV_ATTRIBUTE_LARGE_CONST
/* Export integer constant to binding.
* This macro is used with constants in the form of LV_<CONST> that
* should also appear on lvgl binding API such as Micropython
*/
#define LV_EXPORT_CONST_INT(int_value)
/*===================
* HAL settings
*==================*/