diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2010-03-07 08:32:55 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2010-03-07 08:32:55 +0000 |
commit | eb5721207ec3c63c8fcddd39810b851ff72264f6 (patch) | |
tree | bf24ed002388b3d63e0128a61438c5eb5cc8425b /boards/RAISONANCE_REVA_STM8S | |
parent | beb75b02c3c2a9d8c51c15344db86487d6d3fce0 (diff) | |
download | ChibiOS-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 'boards/RAISONANCE_REVA_STM8S')
-rw-r--r-- | boards/RAISONANCE_REVA_STM8S/board.c | 2 | ||||
-rw-r--r-- | boards/RAISONANCE_REVA_STM8S/board.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/boards/RAISONANCE_REVA_STM8S/board.c b/boards/RAISONANCE_REVA_STM8S/board.c index 542f95c2c..9d27cc619 100644 --- a/boards/RAISONANCE_REVA_STM8S/board.c +++ b/boards/RAISONANCE_REVA_STM8S/board.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.
diff --git a/boards/RAISONANCE_REVA_STM8S/board.h b/boards/RAISONANCE_REVA_STM8S/board.h index 7afbbc188..adca21661 100644 --- a/boards/RAISONANCE_REVA_STM8S/board.h +++ b/boards/RAISONANCE_REVA_STM8S/board.h @@ -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.
|