From 5dc2092d00c2c6d8584089e4cb44767c783e14be Mon Sep 17 00:00:00 2001 From: lhdjply Date: Fri, 26 Jan 2024 01:25:22 +0800 Subject: [PATCH] fix(codespaces): fix the issue where lv_conf.h in codespaces is not enable (#5484) --- .devcontainer/__lv_conf.h__ | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/__lv_conf.h__ b/.devcontainer/__lv_conf.h__ index eba6b2ec4..abf4bd69d 100644 --- a/.devcontainer/__lv_conf.h__ +++ b/.devcontainer/__lv_conf.h__ @@ -12,7 +12,7 @@ */ /* clang-format off */ -#if 0 /*Set it to "1" to enable content*/ +#if 1 /*Set it to "1" to enable content*/ #ifndef LV_CONF_H #define LV_CONF_H