fix(codespaces): fix the issue where lv_conf.h in codespaces is not enable (#5484)
This commit is contained in:
@@ -12,7 +12,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
/* clang-format off */
|
/* 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
|
#ifndef LV_CONF_H
|
||||||
#define LV_CONF_H
|
#define LV_CONF_H
|
||||||
|
|||||||
Reference in New Issue
Block a user