Home
last modified time | relevance | path

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

/lvgl-latest/src/misc/
Dlv_log.h131 # define LV_LOG(...) lv_log(__VA_ARGS__) macro
133 # define LV_LOG(...) do {} while(0) macro
146 #define LV_LOG(...) do {}while(0) macro