fix(codespaces): fix the issue where lv_conf.h in codespaces is not enable (#5484)

This commit is contained in:
lhdjply
2024-01-26 01:25:22 +08:00
committed by GitHub
parent 65af3d79d6
commit 5dc2092d00

View File

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