summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-07-06 22:30:48 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-07-06 22:30:48 +0000
commit873dfa2ae7f7eb298fbae5a1e3e22d4877bbcb30 (patch)
treed8041e70cea9bd05b630e2b499803d39731ef434 /nuttx/ChangeLog
parent48dd111c71faf703e2ec28f59b0388208e0257bf (diff)
downloadnuttx-873dfa2ae7f7eb298fbae5a1e3e22d4877bbcb30.tar.gz
nuttx-873dfa2ae7f7eb298fbae5a1e3e22d4877bbcb30.tar.bz2
nuttx-873dfa2ae7f7eb298fbae5a1e3e22d4877bbcb30.zip
Fix typo in lib_inetntoa.c
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4916 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 93179b10a..460294a5b 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -2959,5 +2959,10 @@
* arch/*/include/limits.h: Change all values in all limits.h for all
architectures to signed decimal; the hex values were not sign extending
appropriate in most uses (reported by Lorenz Meier).
+ * arch/arm/src/stm32/chip/stm32f103/7vc_pinmap: Fix typographical error in
+ two pinmap definition files.
+ * lib/net/lib_inetntoa.c: Fix typographical error that cause compilation
+ failure on platforms that do not support passing of structures as
+ parameters.