mirror of
https://github.com/apache/nuttx.git
synced 2026-08-18 20:18:17 +00:00
Fix a typo introduced in last big set of name changes
This commit is contained in:
parent
666cc280f4
commit
8b7dd552a3
1 changed files with 1 additions and 1 deletions
|
|
@ -2005,7 +2005,7 @@ FAR struct i2c_master_s *stm32_i2cbus_initialize(int port)
|
|||
int stm32_i2cbus_uninitialize(FAR struct i2c_master_s *dev)
|
||||
{
|
||||
FAR struct stm32_i2c_priv_s *priv = (struct stm32_i2c_priv_s *)dev;
|
||||
irqstate_ flags;
|
||||
irqstate_t flags;
|
||||
|
||||
ASSERT(dev);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue