Fix typo in Freedom KL25Z function name. From Alan Carvalho de Assis
This commit is contained in:
parent
75c9ba5fbb
commit
147dc5206d
@ -5481,4 +5481,6 @@
|
||||
driver taken from another architecture. There is very little
|
||||
useful in this initial check-in (2013-8-29).
|
||||
* Remove all empty and most useless README.txt files (2013-8-31)
|
||||
* configs/freedom-kl25z/src/kl_spi.c: Correct typo in name of a
|
||||
function. From Alan Carvalho de Assis (2013-8-31).
|
||||
|
||||
|
@ -195,7 +195,7 @@ uint8_t kl_spi0status(FAR struct spi_dev_s *dev, enum spi_dev_e devid)
|
||||
#endif
|
||||
|
||||
#ifdef CONFIG_KL_SPI1
|
||||
uint8_t kl_spi2status(FAR struct spi_dev_s *dev, enum spi_dev_e devid)
|
||||
uint8_t kl_spi1status(FAR struct spi_dev_s *dev, enum spi_dev_e devid)
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user