diff options
Diffstat (limited to 'os/hal/templates/uart_lld.c')
-rw-r--r-- | os/hal/templates/uart_lld.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/os/hal/templates/uart_lld.c b/os/hal/templates/uart_lld.c index 40c88b5a2..45c53fb12 100644 --- a/os/hal/templates/uart_lld.c +++ b/os/hal/templates/uart_lld.c @@ -85,7 +85,7 @@ void uart_lld_init(void) { void uart_lld_start(UARTDriver *uartp) {
if (uartp->state == UART_STOP) {
- /* Enables the pehipheral.*/
+ /* Enables the peripheral.*/
#if PLATFORM_UART_USE_UART1
if (&UARTD1 == uartp) {
|