summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-04-17 09:02:55 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-04-17 09:02:55 -0600
commita27a431ec0b599754266dfa4ce069449de1bd1b0 (patch)
treedd953f56e632f352da759cb82fe62cc0e54a2fd0 /nuttx/ChangeLog
parent935fad106477360189d20ac619d76d86109742d6 (diff)
downloadnuttx-a27a431ec0b599754266dfa4ce069449de1bd1b0.tar.gz
nuttx-a27a431ec0b599754266dfa4ce069449de1bd1b0.tar.bz2
nuttx-a27a431ec0b599754266dfa4ce069449de1bd1b0.zip
SAMA5 EMAC: Missing right parens from last change. Noted by Luciano Neri
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog12
1 files changed, 8 insertions, 4 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 2122fa019..29e8c7792 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -7179,7 +7179,11 @@
Duckworth (2014-4-16).
* arch/arm/src/stm32/chip/stm32f20xxx_pinmap.h: Correct a mapping for
SPI MOSI pin. From dlsitzer (2014-4-26).
- * arm/src/sama5/sam_clockconfig.c/.h: Move the un-definitions of
- __ramfuncs__ from the .c file to the .h file or, otherwise, the
- attribute will be applied differently for the prototype and the
- function definition. Sourceforge patch 38 from Luciano Neri (2014-4-17).
+ * arm/src/sama5/sam_clockconfig.c and common/up_internal.h: Move the
+ un-definitions of __ramfuncs__ from the .c file to the .h file or,
+ otherwise, the attribute will be applied differently for the prototype
+ and the function definition. Sourceforge patch 38 from Luciano Neri
+ (2014-4-17).
+ * arch/arm/src/sama5/sam_emac.c: Add missing right parentheses. This
+ introduced in the above change and is Sourceforge patch 39 from Luciano
+ Neri (2014-4-17).