Home
last modified time | relevance | path

Searched defs:LV_LOG (Results 1 – 1 of 1) sorted by relevance

/lvgl-latest/src/misc/
Dlv_log.h139 # define LV_LOG(...) lv_log(__VA_ARGS__) macro
141 # define LV_LOG(...) do {} while(0) macro
154 #define LV_LOG(...) do {}while(0) macro