summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorQMK Bot <hello@qmk.fm>2022-04-20 17:11:12 +0000
committerQMK Bot <hello@qmk.fm>2022-04-20 17:11:12 +0000
commit12d1eb04150760d4eb8e4a060dbaef6f7ca72a28 (patch)
treec1e087fb29a08b07823b26678bd073515935209d /docs
parent332d7f00c5c98bbd705587e6792eab56e68107a5 (diff)
parent81be7bb7b573e354c88ed6381d89e6613f4febc6 (diff)
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'docs')
-rw-r--r--docs/i2c_driver.md2
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