Fix types in stm32 serial drivers
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2183 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
parent
709e5a63ea
commit
5bc3780ada
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue