mirror of
https://github.com/espressif/esp-idf.git
synced 2025-12-10 18:06:29 +00:00
fix(drivers): fix typos found by codespell
codespell components/esp_driver*
This commit is contained in:
@@ -181,7 +181,7 @@ static IRAM_ATTR bool test_master_tx_done_callback(i2c_master_dev_handle_t i2c_d
|
||||
*
|
||||
* 1. See the depth of queue is 37, but the number of transaction is 42, that means some
|
||||
* queue must be reused.
|
||||
* 2. There are some delay randomly set there, for testing the concurency or any I2C state
|
||||
* 2. There are some delay randomly set there, for testing the concurrency or any I2C state
|
||||
* might be met.
|
||||
*******************************************************************************
|
||||
*/
|
||||
|
||||
@@ -614,7 +614,7 @@ static void slave_init_for_probe(void)
|
||||
TEST_CASE_MULTIPLE_DEVICES("I2C master probe slave test", "[i2c][test_env=generic_multi_device][timeout=150]", master_probe_slave, slave_init_for_probe);
|
||||
|
||||
#if SOC_I2C_NUM > 1
|
||||
// Now chips with mutiple I2C controllers are up to 2, can change this to interation when we have more I2C controllers.
|
||||
// Now chips with multiple I2C controllers are up to 2, can test more ports when we have more I2C controllers.
|
||||
static void i2c_master_write_test_more_port(void)
|
||||
{
|
||||
uint8_t data_wr[DATA_LENGTH] = { 0 };
|
||||
|
||||
Reference in New Issue
Block a user