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:
Rocco Marco Guglielmi 2020-03-31 11:36:15 +00:00
parent a5b79f21dd
commit 8b25109b26
1 changed files with 1 additions and 1 deletions

View File

@ -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.*/