Skip to content

Commit cd9420c

Browse files
authored
fix(ci): temporarily disable LOG to make LVGL's CI pass
See https://github.com/lvgl/lvgl/actions/runs/7581068036/job/20647980102?pr=5393
1 parent 66639c5 commit cd9420c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lv_conf.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@
233233
*-----------*/
234234

235235
/*Enable the log module*/
236-
#define LV_USE_LOG 1
236+
#define LV_USE_LOG 0
237237
#if LV_USE_LOG
238238

239239
/*How important log should be added:

0 commit comments

Comments
 (0)