aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/templates/uart_lld.c
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2013-02-27 10:42:09 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2013-02-27 10:42:09 +0000
commite089716749ce0ce774f1229624bcb0bf44e8512f (patch)
treeb5ca617bd1672e62da801b96ad5d6f146cd06883 /os/hal/templates/uart_lld.c
parentf8f56be6c5871fa179ec84b9f0da8f0dd88e365c (diff)
downloadChibiOS-e089716749ce0ce774f1229624bcb0bf44e8512f.tar.gz
ChibiOS-e089716749ce0ce774f1229624bcb0bf44e8512f.tar.bz2
ChibiOS-e089716749ce0ce774f1229624bcb0bf44e8512f.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5336 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/templates/uart_lld.c')
-rw-r--r--os/hal/templates/uart_lld.c2
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) {