mirror of
https://github.com/espressif/esp-idf
synced 2025-03-09 17:19:09 -04:00
fix(parlio): increase test case success ratio
This commit is contained in:
parent
aa424235e2
commit
a07e67893b
@ -366,7 +366,7 @@ static void test_use_external_non_free_running_clock(parlio_tx_unit_handle_t tx_
|
|||||||
TEST_ESP_OK(parlio_new_tx_unit(&config, &tx_unit));
|
TEST_ESP_OK(parlio_new_tx_unit(&config, &tx_unit));
|
||||||
TEST_ESP_OK(parlio_tx_unit_enable(tx_unit));
|
TEST_ESP_OK(parlio_tx_unit_enable(tx_unit));
|
||||||
// let core clock running for a while to update the clock divider threshold
|
// let core clock running for a while to update the clock divider threshold
|
||||||
esp_rom_delay_us(100);
|
esp_rom_delay_us(100 * 1000);
|
||||||
parlio_transmit_config_t transmit_config = {
|
parlio_transmit_config_t transmit_config = {
|
||||||
.idle_value = 0xAA,
|
.idle_value = 0xAA,
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user