mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 16:50:55 +08:00
SAM34 TWI: Missing semicolon
This commit is contained in:
@@ -1200,7 +1200,7 @@ static void twi_hw_initialize(struct twi_dev_s *priv, uint32_t frequency)
|
||||
|
||||
/* Set the initial TWI data transfer frequency */
|
||||
|
||||
priv->frequency = 0
|
||||
priv->frequency = 0;
|
||||
twi_setfrequency(priv, frequency);
|
||||
|
||||
/* Enable Interrupts */
|
||||
|
||||
Reference in New Issue
Block a user