summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-10-29 02:27:23 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-10-29 02:27:23 +0000
commit3943a119d8b44089d7e5f19ce52cb9169b8d3508 (patch)
treedb31d3074c6ac204da8cd4ee92f824c2ef699ba1 /nuttx/ChangeLog
parenta848de6f0eafb2f5f926ae5eb03a508513556c12 (diff)
downloadnuttx-3943a119d8b44089d7e5f19ce52cb9169b8d3508.tar.gz
nuttx-3943a119d8b44089d7e5f19ce52cb9169b8d3508.tar.bz2
nuttx-3943a119d8b44089d7e5f19ce52cb9169b8d3508.zip
Fix types in stm32 serial drivers
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2183 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog6
1 files changed, 4 insertions, 2 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 03c32cfba..c025dc754 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -925,5 +925,7 @@
context switches and background/user context switches. This change should
improve the performance of those background/user context switches by a factor
of about two.
-
-
+ * arch/arm/src/stm32/ - fix several typos in the serial logic. It turns out
+ that these typose don't make any difference as long as you use only one
+ serial port and all uarts are configured the same. But the typos are bugs
+ waiting to happen in any other configuration.