diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2012-04-17 19:35:34 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2012-04-17 19:35:34 +0000 |
commit | 8b06586cb3330cae491706efe6af55a7dc426666 (patch) | |
tree | 4775cb818aeb2600aae1026a5b04283f5f929c45 | |
parent | 538f51c0dd53a758a317d8bc0484a4a169369982 (diff) | |
download | ChibiOS-8b06586cb3330cae491706efe6af55a7dc426666.tar.gz ChibiOS-8b06586cb3330cae491706efe6af55a7dc426666.tar.bz2 ChibiOS-8b06586cb3330cae491706efe6af55a7dc426666.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4110 35acf78f-673a-0410-8e92-d51de3d6d3f4
-rwxr-xr-x | testhal/STM32F4xx/SDC/chconf.h | 2 | ||||
-rwxr-xr-x | testhal/STM32F4xx/SDC/halconf.h | 2 | ||||
-rwxr-xr-x | testhal/STM32F4xx/SDC/main.c | 2 | ||||
-rwxr-xr-x | testhal/STM32F4xx/SDC/mcuconf.h | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/testhal/STM32F4xx/SDC/chconf.h b/testhal/STM32F4xx/SDC/chconf.h index eb6d391da..e7d2b29a5 100755 --- a/testhal/STM32F4xx/SDC/chconf.h +++ b/testhal/STM32F4xx/SDC/chconf.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/testhal/STM32F4xx/SDC/halconf.h b/testhal/STM32F4xx/SDC/halconf.h index 9fbefdfbc..d8588030e 100755 --- a/testhal/STM32F4xx/SDC/halconf.h +++ b/testhal/STM32F4xx/SDC/halconf.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/testhal/STM32F4xx/SDC/main.c b/testhal/STM32F4xx/SDC/main.c index 4a1711eff..48fb131fb 100755 --- a/testhal/STM32F4xx/SDC/main.c +++ b/testhal/STM32F4xx/SDC/main.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/testhal/STM32F4xx/SDC/mcuconf.h b/testhal/STM32F4xx/SDC/mcuconf.h index faf2e0d35..d80d85d58 100755 --- a/testhal/STM32F4xx/SDC/mcuconf.h +++ b/testhal/STM32F4xx/SDC/mcuconf.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.
|