mirror of
https://github.com/apache/nuttx.git
synced 2026-08-22 22:18:25 +00:00
I2C: Fixes/improvements from last massive I2C commits
This commit is contained in:
parent
30624c8dfa
commit
f1a5a6dfc7
1 changed files with 1 additions and 1 deletions
|
|
@ -291,7 +291,7 @@ static int lpc2378_i2c_transfer(FAR struct i2c_master_s *dev,
|
|||
* each message segment.
|
||||
*/
|
||||
|
||||
lpc23_i2c_setfrequency(priv, msgs->frequency);
|
||||
lpc2378_i2c_setfrequency(priv, msgs->frequency);
|
||||
|
||||
/* Perform the transfer */
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue