Revert "feat(conf) automatically enable LV_LVGL_H_INCLUDE_SIMPLE if lvgl.h can be included"

This reverts commit a995695cdf.

__has_include("lvgl.h") is always true beacsue it's next to lv_conf_internal.h.
This commit is contained in:
Gabor Kiss-Vamosi
2021-04-19 20:22:38 +02:00
parent a995695cdf
commit 37c3162bbe
2 changed files with 0 additions and 10 deletions

View File

@@ -42,11 +42,6 @@ fout.write(
# define LV_CONF_INCLUDE_SIMPLE
# endif
# endif
# if __has_include("lvgl.h")
# ifndef LV_LVGL_H_INCLUDE_SIMPLE
# define LV_LVGL_H_INCLUDE_SIMPLE
# endif
# endif
#endif
/*If lv_conf.h is not skipped include it*/