mirror of
https://github.com/apache/nuttx.git
synced 2025-12-09 03:33:51 +08:00
ENC28J60: Missing semicolon causes error in some configurations. Noted by Maciej Wójcik
This commit is contained in:
Submodule Documentation updated: 8830f8f638...e3d982b2f1
2
configs
2
configs
Submodule configs updated: 57c7e67c4d...7b507f0c3c
@@ -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