mirror of
https://github.com/lvgl/lvgl.git
synced 2024-11-23 17:53:45 +08:00
Fix accidental removal of newlines from lv_conf_template.h
This commit is contained in:
parent
7419900508
commit
d6ef684867
@ -147,6 +147,7 @@ typedef void * lv_group_user_data_t;
|
|||||||
|
|
||||||
/*1: Add separate `user_data` for every callback*/
|
/*1: Add separate `user_data` for every callback*/
|
||||||
#define LV_USE_USER_DATA_MULTI 0
|
#define LV_USE_USER_DATA_MULTI 0
|
||||||
|
|
||||||
/*=====================
|
/*=====================
|
||||||
* Compiler settings
|
* Compiler settings
|
||||||
*====================*/
|
*====================*/
|
||||||
@ -443,6 +444,7 @@ typedef void * lv_obj_user_data_t;
|
|||||||
/*==================
|
/*==================
|
||||||
* Non-user section
|
* Non-user section
|
||||||
*==================*/
|
*==================*/
|
||||||
|
|
||||||
#if defined(_MSC_VER) && !defined(_CRT_SECURE_NO_WARNINGS) /* Disable warnings for Visual Studio*/
|
#if defined(_MSC_VER) && !defined(_CRT_SECURE_NO_WARNINGS) /* Disable warnings for Visual Studio*/
|
||||||
# define _CRT_SECURE_NO_WARNINGS
|
# define _CRT_SECURE_NO_WARNINGS
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user