Skip to content
This repository has been archived by the owner on Nov 22, 2024. It is now read-only.

Commit

Permalink
Fix i2c driver doc: Incorrect name (qmk#16898)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jpe230 authored and Vino Rodrigues committed May 17, 2022
1 parent 3a37200 commit a628876
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/i2c_driver.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit a628876

Please sign in to comment.