Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
cajt committed Jan 4, 2024
1 parent 06bd59b commit bbb391f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/stm32f401_discovery/uart/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
// ----------------------------------------------------------------------------
/**
* Very basic example of USART usage.
* The ASCII sequence 'A', 'B', 'C, ... , 'Z', 'A', 'B', 'C', ...
* The ASCII sequence 'A', 'B', 'C', ... , 'Z', 'A', 'B', 'C', ...
* is printed with 9600 baud, 8N1 at pin PA3.
*/
int
Expand Down

0 comments on commit bbb391f

Please sign in to comment.