Skip to content

Commit 00e5eff

Browse files
committed
Merge branch 'doc/fix_i2c_typo' into 'master'
docs(i2c_master): Fix a typo in description Closes IDFGH-16329 See merge request espressif/esp-idf!41439
2 parents 5db3254 + 91d00fb commit 00e5eff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/esp_driver_i2c/include/driver/i2c_master.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ esp_err_t i2c_master_receive(i2c_master_dev_handle_t i2c_dev, uint8_t *read_buff
236236
* @param[in] address I2C device address that you want to probe.
237237
* @param[in] xfer_timeout_ms Wait timeout, in ms. Note: -1 means wait forever (Not recommended in this function).
238238
*
239-
* @attention Pull-ups must be connected to the SCL and SDA pins when this function is called. If you get `ESP_ERR_TIMEOUT
239+
* @attention Pull-ups must be connected to the SCL and SDA pins when this function is called. If you get `ESP_ERR_TIMEOUT`
240240
* while `xfer_timeout_ms` was parsed correctly, you should check the pull-up resistors. If you do not have proper resistors nearby.
241241
* `flags.enable_internal_pullup` is also acceptable.
242242
*

0 commit comments

Comments
 (0)