Merge branch 'doc/i2c_master_probe_comment_update' into 'master'

docs(i2c): update i2c_master_probe parameter comment

Closes IDFGH-17502

See merge request espressif/esp-idf!47454
This commit is contained in:
Chen Chen
2026-04-13 15:13:25 +08:00
@@ -236,7 +236,7 @@ esp_err_t i2c_master_receive(i2c_master_dev_handle_t i2c_dev, uint8_t *read_buff
/**
* @brief Probe I2C address, if address is correct and ACK is received, this function will return ESP_OK.
*
* @param[in] bus_handle I2C master device handle that created by `i2c_master_bus_add_device`.
* @param[in] bus_handle I2C master bus handle, created by `i2c_new_master_bus`.
* @param[in] address I2C device address that you want to probe.
* @param[in] xfer_timeout_ms Wait timeout, in ms. Note: -1 means wait forever (Not recommended in this function).
*