mirror of
https://github.com/apache/nuttx.git
synced 2026-08-04 05:39:01 +00:00
Fix a typo introduced in last commit.
This commit is contained in:
parent
c172d7cf63
commit
0597eb5587
1 changed files with 1 additions and 1 deletions
|
|
@ -1890,7 +1890,7 @@ static int stm32_i2c_isr_process(struct stm32_i2c_priv_s *priv)
|
|||
#ifndef CONFIG_I2C_POLLED
|
||||
static int stm32_i2c_isr(int irq, void *context, FAR void *arg)
|
||||
{
|
||||
struct stm32_i2c_priv_s *priv = (struct stm32_i2c_priv_s )arg;
|
||||
struct stm32_i2c_priv_s *priv = (struct stm32_i2c_priv_s *)arg;
|
||||
|
||||
DEBUGASSERT(priv != NULL);
|
||||
return stm32_i2c_isr_process(priv);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue