Skip to content
Snippets Groups Projects
Commit 147dc520 authored by Gregory Nutt's avatar Gregory Nutt
Browse files

Fix typo in Freedom KL25Z function name. From Alan Carvalho de Assis

parent 75c9ba5f
No related branches found
No related tags found
No related merge requests found
......@@ -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;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment