Skip to content
Snippets Groups Projects
Commit 5bc3780a authored by patacongo's avatar patacongo
Browse files

Fix types in stm32 serial drivers

git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2183 42af7a65-404d-4744-a932-0658087f49c3
parent 709e5a63
No related branches found
No related tags found
No related merge requests found
......@@ -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.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment