mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
log: correct timestamp formatting to unsigned integer type
Closes https://github.com/espressif/esp-idf/issues/6226 Closes IDFGH-4393
This commit is contained in:
parent
77a78a22f6
commit
a177897f4d
@ -269,7 +269,7 @@ void esp_log_writev(esp_log_level_t level, const char* tag, const char* format,
|
||||
#define LOG_RESET_COLOR
|
||||
#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"
|
||||
#define LOG_SYSTEM_TIME_FORMAT(letter, format) LOG_COLOR_ ## letter #letter " (%s) %s: " format LOG_RESET_COLOR "\n"
|
||||
|
||||
/** @endcond */
|
||||
|
Loading…
Reference in New Issue
Block a user