aboutsummaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-08-08 23:23:15 +0000
committerpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-08-08 23:23:15 +0000
commitddaa72597bd52d1d592ab7dca1405b7a9a6ba6b8 (patch)
treefe5df5bc1743530b332e855316bb1646634903ef /nuttx/ChangeLog
parent62cfd38241000dfb6fbfa8deaaf940fcf400ac31 (diff)
downloadpx4-firmware-ddaa72597bd52d1d592ab7dca1405b7a9a6ba6b8.tar.gz
px4-firmware-ddaa72597bd52d1d592ab7dca1405b7a9a6ba6b8.tar.bz2
px4-firmware-ddaa72597bd52d1d592ab7dca1405b7a9a6ba6b8.zip
STM32 CAN TX/RX pins reversed; inconsistent conditional compilation
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@5017 7fd9a85b-ad96-42d3-883c-3090e2eb8679
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.