arch/arm/src/samv7/sam_twihs.c: Fix a syslog format
This commit is contained in:
parent
ec4b3d3e84
commit
7cb69a652d
1 changed files with 1 additions and 1 deletions
|
|
@ -656,7 +656,7 @@ static int twi_interrupt(int irq, FAR void *context, FAR void *arg)
|
|||
{
|
||||
/* Wake up the thread with an Arbitration Lost error indication */
|
||||
|
||||
i2cerr("ERROR: TWIHS%d Arbitration Lost\n");
|
||||
i2cerr("ERROR: TWIHS%d Arbitration Lost\n", priv->attr->twi);
|
||||
twi_wakeup(priv, -EUSERS);
|
||||
}
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue