Home
last modified time | relevance | path

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

/hal_ethos_u-3.6.0-3.5.0-3.4.0/src/
Dethosu_log.h67 #define LOG_DEBUG(f, ...) fprintf(stdout, "D: %s(): " f "\n", __FUNCTION__, ##__VA_ARGS__) macro
69 #define LOG_DEBUG(f, ...) macro