diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2014-07-26 09:24:53 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2014-07-26 09:24:53 +0000 |
commit | df18715f17db9273f45f880d7ba390b983eb8869 (patch) | |
tree | 8d9bdd0d80f0c115256f9e7ac23fde39615bbf95 /os/hal/boards/OLIMEX_MSP430_P1611 | |
parent | 5159ce92aa4f9a991a1b4c305d4aef06cc586e87 (diff) | |
download | ChibiOS-df18715f17db9273f45f880d7ba390b983eb8869.tar.gz ChibiOS-df18715f17db9273f45f880d7ba390b983eb8869.tar.bz2 ChibiOS-df18715f17db9273f45f880d7ba390b983eb8869.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7100 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/boards/OLIMEX_MSP430_P1611')
-rw-r--r-- | os/hal/boards/OLIMEX_MSP430_P1611/board.c | 2 | ||||
-rw-r--r-- | os/hal/boards/OLIMEX_MSP430_P1611/board.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/os/hal/boards/OLIMEX_MSP430_P1611/board.c b/os/hal/boards/OLIMEX_MSP430_P1611/board.c index 58bc4df15..97273443a 100644 --- a/os/hal/boards/OLIMEX_MSP430_P1611/board.c +++ b/os/hal/boards/OLIMEX_MSP430_P1611/board.c @@ -1,5 +1,5 @@ /*
- ChibiOS/RT - Copyright (C) 2006-2013 Giovanni Di Sirio
+ ChibiOS/RT - Copyright (C) 2006-2014 Giovanni Di Sirio
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
diff --git a/os/hal/boards/OLIMEX_MSP430_P1611/board.h b/os/hal/boards/OLIMEX_MSP430_P1611/board.h index e28b85bf5..e3797faf8 100644 --- a/os/hal/boards/OLIMEX_MSP430_P1611/board.h +++ b/os/hal/boards/OLIMEX_MSP430_P1611/board.h @@ -1,5 +1,5 @@ /*
- ChibiOS/RT - Copyright (C) 2006-2013 Giovanni Di Sirio
+ ChibiOS/RT - Copyright (C) 2006-2014 Giovanni Di Sirio
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
|