mirror of
https://github.com/apache/nuttx.git
synced 2026-05-31 05:55:46 +08:00
ENC28J60: Missing semicolon causes error in some configurations. Noted by Maciej Wójcik
This commit is contained in:
@@ -381,7 +381,7 @@ static inline void enc_configspi(FAR struct spi_dev_s *spi)
|
||||
|
||||
SPI_SETMODE(spi, CONFIG_ENC28J60_SPIMODE);
|
||||
SPI_SETBITS(spi, 8);
|
||||
SPI_SETFREQUENCY(spi, CONFIG_ENC28J60_FREQUENCY)
|
||||
SPI_SETFREQUENCY(spi, CONFIG_ENC28J60_FREQUENCY);
|
||||
}
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user