Home
last modified time | relevance | path

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

/hal_ethos_u-3.6.0-3.5.0-3.4.0/src/
Dethosu_log.h55 #define LOG_WARN(f, ...) fprintf(stdout, "W: " f "\n", ##__VA_ARGS__) macro
57 #define LOG_WARN(f, ...) macro