mirror of
https://github.com/qmk/qmk_firmware.git
synced 2024-11-21 19:09:25 +00:00
Fix i2c driver doc: Incorrect name (#16898)
This commit is contained in:
parent
580a5d25cb
commit
81be7bb7b5
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user