aboutsummaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
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.