chore(lv_conf_internal): avoid LV_CONF_SKIP redefinition warning (#6960)
This commit is contained in:
@@ -54,7 +54,7 @@ fout.write(
|
|||||||
/** Handle special Kconfig options. */
|
/** Handle special Kconfig options. */
|
||||||
#ifndef LV_KCONFIG_IGNORE
|
#ifndef LV_KCONFIG_IGNORE
|
||||||
#include "lv_conf_kconfig.h"
|
#include "lv_conf_kconfig.h"
|
||||||
#ifdef CONFIG_LV_CONF_SKIP
|
#if defined(CONFIG_LV_CONF_SKIP) && !defined(LV_CONF_SKIP)
|
||||||
#define LV_CONF_SKIP
|
#define LV_CONF_SKIP
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
@@ -32,7 +32,7 @@
|
|||||||
/** Handle special Kconfig options. */
|
/** Handle special Kconfig options. */
|
||||||
#ifndef LV_KCONFIG_IGNORE
|
#ifndef LV_KCONFIG_IGNORE
|
||||||
#include "lv_conf_kconfig.h"
|
#include "lv_conf_kconfig.h"
|
||||||
#ifdef CONFIG_LV_CONF_SKIP
|
#if defined(CONFIG_LV_CONF_SKIP) && !defined(LV_CONF_SKIP)
|
||||||
#define LV_CONF_SKIP
|
#define LV_CONF_SKIP
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Reference in New Issue
Block a user