summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-08-08 23:23:15 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-08-08 23:23:15 +0000
commit1a02b0720c1f6f19ed1c9010456ec96c64e3c67f (patch)
treefe5df5bc1743530b332e855316bb1646634903ef /nuttx/ChangeLog
parentf421a4b42eb88ce7ac1d121e2f01a27c1928031f (diff)
downloadpx4-nuttx-1a02b0720c1f6f19ed1c9010456ec96c64e3c67f.tar.gz
px4-nuttx-1a02b0720c1f6f19ed1c9010456ec96c64e3c67f.tar.bz2
px4-nuttx-1a02b0720c1f6f19ed1c9010456ec96c64e3c67f.zip
STM32 CAN TX/RX pins reversed; inconsistent conditional compilation
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5017 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog3
1 files changed, 2 insertions, 1 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 107a426d6..0b0fccd39 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -3138,4 +3138,5 @@
(and lots of testing) before it can be used with the LPC43xx.
* nuttx/Documentation/NuttShell.html: Added a section covering ways to
customize the behavior or NSH.
-
+ * arch/arm/src/stm32/chip/stm32f1*_pinmap.h: STM32 CAN TX/RX pins reversed;
+ inconsistent conditional compilation. Reported by Max Holtzberg.