apps/graphics/littlevgl: Update include guard macro of lv_conf.h
Signed-off-by: Qi Huang <huangqi3@xiaomi.com> Change-Id: I467354c5a26407eee6d1bc780f6accd091e9b3d2
This commit is contained in:
parent
25876e8222
commit
6f2ed3dfd4
@ -38,8 +38,8 @@
|
|||||||
* COPY THIS FILE AS `lv_conf.h` NEXT TO the `lvgl` FOLDER
|
* COPY THIS FILE AS `lv_conf.h` NEXT TO the `lvgl` FOLDER
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef LV_CONF_H
|
#ifndef __APPS_GRAPHICS_LITTLEVGL_LV_CONF_H
|
||||||
#define LV_CONF_H
|
#define __APPS_GRAPHICS_LITTLEVGL_LV_CONF_H
|
||||||
/* clang-format off */
|
/* clang-format off */
|
||||||
|
|
||||||
#include <nuttx/config.h>
|
#include <nuttx/config.h>
|
||||||
@ -809,9 +809,7 @@ typedef void * lv_obj_user_data_t;
|
|||||||
# define _CRT_SECURE_NO_WARNINGS
|
# define _CRT_SECURE_NO_WARNINGS
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/*--END OF LV_CONF_H--*/
|
|
||||||
|
|
||||||
/*Be sure every define has a default value*/
|
/*Be sure every define has a default value*/
|
||||||
#include "lvgl/src/lv_conf_checker.h"
|
#include "lvgl/src/lv_conf_checker.h"
|
||||||
|
|
||||||
#endif /*LV_CONF_H*/
|
#endif /*__APPS_GRAPHICS_LITTLEVGL_LV_CONF_H*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user