Fixed small typo
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@13490 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
This commit is contained in:
parent
a5b79f21dd
commit
8b25109b26
|
@ -82,7 +82,7 @@ static void uart_init(SerialDriver *sdp, const SerialConfig *config) {
|
|||
|
||||
uint32_t comdiv, divn, divm;
|
||||
|
||||
/* Reseting the UART state machine. */
|
||||
/* Resetting the UART state machine. */
|
||||
sdp->uart->COMCON = COMCON_DISABLE_EN;
|
||||
|
||||
/* Baud rate setting.*/
|
||||
|
|
Loading…
Reference in New Issue