Searched defs:http_info (Results 1 – 2 of 2) sorted by relevance
14 #define http_info(...) log_info("HTTP", __VA_ARGS__) macro37 #define http_info(...) \ macro
13 #define http_info(fmt, arg...) do { HAL_Printf("[%s %d] "fmt" \r\n", __func__, __LINE__, ##arg); … macro17 #define http_info(fmt, arg...) macro
Completed in 3 milliseconds