Skip to content

Commit

Permalink
use MICROPY_LV_USE_LOG to disable logs
Browse files Browse the repository at this point in the history
  • Loading branch information
kisvegabor committed Dec 19, 2023
1 parent a93c049 commit 454f555
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions lv_conf.h
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,12 @@
*-----------*/

/*Enable the log module*/
#ifdef MICROPY_LV_USE_LOG
#define LV_USE_LOG MICROPY_LV_USE_LOG
#else
#define LV_USE_LOG 1
#endif

#if LV_USE_LOG

/*How important log should be added:
Expand Down
2 changes: 1 addition & 1 deletion lvgl
Submodule lvgl updated 151 files

0 comments on commit 454f555

Please sign in to comment.