log: fix timestamp output type

This commit is contained in:
Michael Balzer 2020-11-08 11:24:40 +01:00
parent 7124a32fed
commit d59ed8bba0

View file

@ -250,7 +250,7 @@ void esp_log_writev(esp_log_level_t level, const char* tag, const char* format,
#define LOG_RESET_COLOR #define LOG_RESET_COLOR
#endif //CONFIG_LOG_COLORS #endif //CONFIG_LOG_COLORS
#define LOG_FORMAT(letter, format) LOG_COLOR_ ## letter #letter " (%d) %s: " format LOG_RESET_COLOR "\n" #define LOG_FORMAT(letter, format) LOG_COLOR_ ## letter #letter " (%u) %s: " format LOG_RESET_COLOR "\n"
/** @endcond */ /** @endcond */