8000 fix(ci): temporarily disable LOG to make LVGL's CI pass · diskman88/lv_binding_micropython@cd9420c · GitHub
[go: up one dir, main page]

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

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)
0