aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/platforms/STM8/serial_lld.c
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-03-07 08:32:55 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-03-07 08:32:55 +0000
commiteb5721207ec3c63c8fcddd39810b851ff72264f6 (patch)
treebf24ed002388b3d63e0128a61438c5eb5cc8425b /os/hal/platforms/STM8/serial_lld.c
parentbeb75b02c3c2a9d8c51c15344db86487d6d3fce0 (diff)
downloadChibiOS-eb5721207ec3c63c8fcddd39810b851ff72264f6.tar.gz
ChibiOS-eb5721207ec3c63c8fcddd39810b851ff72264f6.tar.bz2
ChibiOS-eb5721207ec3c63c8fcddd39810b851ff72264f6.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1727 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/platforms/STM8/serial_lld.c')
-rw-r--r--os/hal/platforms/STM8/serial_lld.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/os/hal/platforms/STM8/serial_lld.c b/os/hal/platforms/STM8/serial_lld.c
index 547b8a98c..ec792a922 100644
--- a/os/hal/platforms/STM8/serial_lld.c
+++ b/os/hal/platforms/STM8/serial_lld.c
@@ -1,5 +1,5 @@
/*
- ChibiOS/RT - Copyright (C) 2006-2007 Giovanni Di Sirio.
+ ChibiOS/RT - Copyright (C) 2006,2007,2008,2009,2010 Giovanni Di Sirio.
This file is part of ChibiOS/RT.
@@ -257,7 +257,7 @@ CH_IRQ_HANDLER(21) {
/*===========================================================================*/
/**
- * @brief Low level serial driver initialization.
+ * @brief Low level serial driver initialization.
*/
void sd_lld_init(void) {