fix(kconfig): Do not set LV_CONF_SKIP by default (#6562)

This commit is contained in:
Fabian Blatz
2024-07-26 09:53:43 +02:00
committed by GitHub
parent d19fb8fdc7
commit a2fb2808ba
3 changed files with 4 additions and 3 deletions

View File

@@ -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)