diff options
author | jpe230 <pablin.123.ra@gmail.com> | 2022-04-20 12:10:20 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-20 18:10:20 +0100 |
commit | 81be7bb7b573e354c88ed6381d89e6613f4febc6 (patch) | |
tree | a0e9ee957db72b907aa63391596a79be7effd71a | |
parent | 580a5d25cb4a71775a2f376b58bbcd089aa1e95f (diff) | |
download | qmk_firmware-81be7bb7b573e354c88ed6381d89e6613f4febc6.tar.gz qmk_firmware-81be7bb7b573e354c88ed6381d89e6613f4febc6.zip |
Fix i2c driver doc: Incorrect name (#16898)
-rw-r--r-- | docs/i2c_driver.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/i2c_driver.md b/docs/i2c_driver.md index 95c588af44..f4e6c6619e 100644 --- a/docs/i2c_driver.md +++ b/docs/i2c_driver.md @@ -166,7 +166,7 @@ Send multiple bytes to the selected I2C device. ### `i2c_status_t i2c_receive(uint8_t address, uint8_t* data, uint16_t length, uint16_t timeout)` -Receive multiple bytes from the selected SPI device. +Receive multiple bytes from the selected I2C device. #### Arguments |