1
0
mirror of https://github.com/lvgl/lvgl.git synced 2025-01-28 07:03:00 +08:00

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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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