lv_conf_internal: Check for LV_CONF_INCLUDE_SIMPLE before defining it.

This commit is contained in:
C47D
2020-10-02 22:35:38 -05:00
committed by Themba Dube
parent 86ddaf90a7
commit 96478a0c3e

View File

@@ -12,8 +12,10 @@
#if defined __has_include
# if __has_include("lv_conf.h")
# ifndef LV_CONF_INCLUDE_SIMPLE
# define LV_CONF_INCLUDE_SIMPLE
# endif
# endif
#endif
/*If lv_conf.h is not skipped include it*/