summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-08-31 13:22:25 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-08-31 13:22:25 -0600
commita1497ec8f26a898ee5472a0f760de2a3ad8075eb (patch)
treee1c7b74f2869ce270f98fa713c9c77d3a8878479 /nuttx/ChangeLog
parent3cf05b2928420908f3a268dbb6ac8c6e78b72eaa (diff)
downloadnuttx-a1497ec8f26a898ee5472a0f760de2a3ad8075eb.tar.gz
nuttx-a1497ec8f26a898ee5472a0f760de2a3ad8075eb.tar.bz2
nuttx-a1497ec8f26a898ee5472a0f760de2a3ad8075eb.zip
Fix typo in Freedom KL25Z function name. From Alan Carvalho de Assis
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 6e5405ed2..0d5ec32b5 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -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).