diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2012-04-17 19:34:14 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2012-04-17 19:34:14 +0000 |
commit | 538f51c0dd53a758a317d8bc0484a4a169369982 (patch) | |
tree | b07141ca33c0323371dd06ab508ce80488f7b1ec | |
parent | 29fb7d1e9da06e21764e8cd89e2720c4b510d65a (diff) | |
download | ChibiOS-538f51c0dd53a758a317d8bc0484a4a169369982.tar.gz ChibiOS-538f51c0dd53a758a317d8bc0484a4a169369982.tar.bz2 ChibiOS-538f51c0dd53a758a317d8bc0484a4a169369982.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4109 35acf78f-673a-0410-8e92-d51de3d6d3f4
-rw-r--r-- | os/hal/include/sdc.h | 2 | ||||
-rw-r--r-- | os/hal/platforms/STM32/sdc_lld.c | 2 | ||||
-rw-r--r-- | os/hal/platforms/STM32/sdc_lld.h | 2 | ||||
-rw-r--r-- | os/hal/src/sdc.c | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/os/hal/include/sdc.h b/os/hal/include/sdc.h index 0e44361ff..605cb7048 100644 --- a/os/hal/include/sdc.h +++ b/os/hal/include/sdc.h @@ -1,6 +1,6 @@ /*
ChibiOS/RT - Copyright (C) 2006,2007,2008,2009,2010,
- 2011 Giovanni Di Sirio.
+ 2011,2012 Giovanni Di Sirio.
This file is part of ChibiOS/RT.
diff --git a/os/hal/platforms/STM32/sdc_lld.c b/os/hal/platforms/STM32/sdc_lld.c index 890bbe1f2..37cac4d90 100644 --- a/os/hal/platforms/STM32/sdc_lld.c +++ b/os/hal/platforms/STM32/sdc_lld.c @@ -1,6 +1,6 @@ /*
ChibiOS/RT - Copyright (C) 2006,2007,2008,2009,2010,
- 2011 Giovanni Di Sirio.
+ 2011,2012 Giovanni Di Sirio.
This file is part of ChibiOS/RT.
diff --git a/os/hal/platforms/STM32/sdc_lld.h b/os/hal/platforms/STM32/sdc_lld.h index 437ca9c1d..b3ef6a788 100644 --- a/os/hal/platforms/STM32/sdc_lld.h +++ b/os/hal/platforms/STM32/sdc_lld.h @@ -1,6 +1,6 @@ /*
ChibiOS/RT - Copyright (C) 2006,2007,2008,2009,2010,
- 2011 Giovanni Di Sirio.
+ 2011,2012 Giovanni Di Sirio.
This file is part of ChibiOS/RT.
diff --git a/os/hal/src/sdc.c b/os/hal/src/sdc.c index c46589bae..3d0d495bb 100644 --- a/os/hal/src/sdc.c +++ b/os/hal/src/sdc.c @@ -1,6 +1,6 @@ /*
ChibiOS/RT - Copyright (C) 2006,2007,2008,2009,2010,
- 2011 Giovanni Di Sirio.
+ 2011,2012 Giovanni Di Sirio.
This file is part of ChibiOS/RT.
|