mirror of
https://github.com/lvgl/lvgl.git
synced 2025-01-28 07:03:00 +08:00
chore(lv_conf_internal): avoid LV_CONF_SKIP redefinition warning (#6960)
This commit is contained in:
parent
2601a26c7f
commit
e4849fecdd
@ -54,7 +54,7 @@ fout.write(
|
||||
/** Handle special Kconfig options. */
|
||||
#ifndef LV_KCONFIG_IGNORE
|
||||
#include "lv_conf_kconfig.h"
|
||||
#ifdef CONFIG_LV_CONF_SKIP
|
||||
#if defined(CONFIG_LV_CONF_SKIP) && !defined(LV_CONF_SKIP)
|
||||
#define LV_CONF_SKIP
|
||||
#endif
|
||||
#endif
|
||||
|
@ -32,7 +32,7 @@
|
||||
/** Handle special Kconfig options. */
|
||||
#ifndef LV_KCONFIG_IGNORE
|
||||
#include "lv_conf_kconfig.h"
|
||||
#ifdef CONFIG_LV_CONF_SKIP
|
||||
#if defined(CONFIG_LV_CONF_SKIP) && !defined(LV_CONF_SKIP)
|
||||
#define LV_CONF_SKIP
|
||||
#endif
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user