From 5bc3780adad51c095823597f62276d24d4390392 Mon Sep 17 00:00:00 2001 From: patacongo Date: Thu, 29 Oct 2009 02:27:23 +0000 Subject: [PATCH] Fix types in stm32 serial drivers git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2183 42af7a65-404d-4744-a932-0658087f49c3 --- ChangeLog | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 03c32cfbaa..c025dc7542 100644 --- a/ChangeLog +++ b/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.