We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e81a928 + a07e678 commit f028125Copy full SHA for f028125
components/esp_driver_parlio/test_apps/parlio/main/test_parlio_tx.c
@@ -366,7 +366,7 @@ static void test_use_external_non_free_running_clock(parlio_tx_unit_handle_t tx_
366
TEST_ESP_OK(parlio_new_tx_unit(&config, &tx_unit));
367
TEST_ESP_OK(parlio_tx_unit_enable(tx_unit));
368
// let core clock running for a while to update the clock divider threshold
369
- esp_rom_delay_us(100);
+ esp_rom_delay_us(100 * 1000);
370
parlio_transmit_config_t transmit_config = {
371
.idle_value = 0xAA,
372
};
0 commit comments