mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-15 14:36:45 +00:00
fix(ci): take some actions to pass ci
This commit is contained in:
@@ -858,7 +858,7 @@ TEST_CASE("Test a latency between a call of callback and real event", "[esp_time
|
||||
vTaskDelay(10 / portTICK_PERIOD_MS);
|
||||
}
|
||||
int diff = callback_time - expected_time;
|
||||
printf("%d us\n", diff);
|
||||
esp_rom_printf(DRAM_STR("%d us\n"), diff);
|
||||
#ifndef CONFIG_IDF_ENV_FPGA
|
||||
if (i != 0) {
|
||||
// skip the first measurement
|
||||
|
Reference in New Issue
Block a user