fix(kconfig): Do not set LV_CONF_SKIP by default (#6562)
This commit is contained in:
@@ -69,7 +69,7 @@ fout.write(
|
||||
#endif
|
||||
|
||||
/*If lv_conf.h is not skipped include it*/
|
||||
#ifndef LV_CONF_SKIP
|
||||
#if !defined(LV_CONF_SKIP) || defined(LV_CONF_PATH)
|
||||
#ifdef LV_CONF_PATH /*If there is a path defined for lv_conf.h use it*/
|
||||
#define __LV_TO_STR_AUX(x) #x
|
||||
#define __LV_TO_STR(x) __LV_TO_STR_AUX(x)
|
||||
|
||||
Reference in New Issue
Block a user