mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-08 07:04:32 +02:00
Merge branch 'bugfix/ci_ut_esp_timer_isr_dispath_method_is_not_blocked' into 'master'
esp_timer: Fix Test ESP_TIMER_ISR dispatch method is not blocked Closes IDFCI-470 See merge request espressif/esp-idf!12484
This commit is contained in:
@@ -568,6 +568,7 @@ esp_err_t esp_timer_dump(FILE* stream)
|
|||||||
timer_list_unlock(dispatch_method);
|
timer_list_unlock(dispatch_method);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (stream != NULL) {
|
||||||
fprintf(stream, "Timer stats:\n");
|
fprintf(stream, "Timer stats:\n");
|
||||||
#if WITH_PROFILING
|
#if WITH_PROFILING
|
||||||
fprintf(stream, "%-20s %-10s %-12s %-12s %-12s %-12s %-12s\n",
|
fprintf(stream, "%-20s %-10s %-12s %-12s %-12s %-12s %-12s\n",
|
||||||
@@ -577,7 +578,6 @@ esp_err_t esp_timer_dump(FILE* stream)
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* Print the buffer */
|
/* Print the buffer */
|
||||||
if (stream != NULL) {
|
|
||||||
fputs(print_buf, stream);
|
fputs(print_buf, stream);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user