diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2014-07-26 09:10:22 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2014-07-26 09:10:22 +0000 |
commit | 5159ce92aa4f9a991a1b4c305d4aef06cc586e87 (patch) | |
tree | 9fbedaef3bbd4175e715b0ff4d479e8aa49c64f5 /demos/LPC21xx | |
parent | c56023db57e69155956672a549f3dd5da2a57e85 (diff) | |
download | ChibiOS-5159ce92aa4f9a991a1b4c305d4aef06cc586e87.tar.gz ChibiOS-5159ce92aa4f9a991a1b4c305d4aef06cc586e87.tar.bz2 ChibiOS-5159ce92aa4f9a991a1b4c305d4aef06cc586e87.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7099 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'demos/LPC21xx')
-rw-r--r-- | demos/LPC21xx/RT-LPC214x-OLIMEX/chconf.h | 2 | ||||
-rw-r--r-- | demos/LPC21xx/RT-LPC214x-OLIMEX/main.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/demos/LPC21xx/RT-LPC214x-OLIMEX/chconf.h b/demos/LPC21xx/RT-LPC214x-OLIMEX/chconf.h index 0ebb02d58..e8d5c8e9e 100644 --- a/demos/LPC21xx/RT-LPC214x-OLIMEX/chconf.h +++ b/demos/LPC21xx/RT-LPC214x-OLIMEX/chconf.h @@ -1,5 +1,5 @@ /*
- ChibiOS/RT - Copyright (C) 2006-2013 Giovanni Di Sirio
+ ChibiOS - 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/demos/LPC21xx/RT-LPC214x-OLIMEX/main.c b/demos/LPC21xx/RT-LPC214x-OLIMEX/main.c index 8c0778c32..a69d8de36 100644 --- a/demos/LPC21xx/RT-LPC214x-OLIMEX/main.c +++ b/demos/LPC21xx/RT-LPC214x-OLIMEX/main.c @@ -1,5 +1,5 @@ /*
- ChibiOS/RT - Copyright (C) 2006-2013 Giovanni Di Sirio
+ ChibiOS - 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.
|