diff options
| author | Dean Camera <dean@fourwalledcubicle.com> | 2012-05-27 14:42:30 +0000 |
|---|---|---|
| committer | Dean Camera <dean@fourwalledcubicle.com> | 2012-05-27 14:42:30 +0000 |
| commit | b5e850ffd6d31afc159fec9cb37ad36d79100166 (patch) | |
| tree | 450ce3ad173f75dfb8872a970b62a5f344fec658 /Demos/Device | |
| parent | 1fe8e29ab321ad9818f299fb3fb8c0d6cf70fe6e (diff) | |
| download | lufa-b5e850ffd6d31afc159fec9cb37ad36d79100166.tar.gz lufa-b5e850ffd6d31afc159fec9cb37ad36d79100166.tar.bz2 lufa-b5e850ffd6d31afc159fec9cb37ad36d79100166.zip | |
Add missing documentation to custom BuiltTest hardware mapping files. Fix up old copyright years on some makefiles.
Diffstat (limited to 'Demos/Device')
| -rw-r--r-- | Demos/Device/ClassDriver/makefile | 2 | ||||
| -rw-r--r-- | Demos/Device/LowLevel/makefile | 2 | ||||
| -rw-r--r-- | Demos/Device/makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/Demos/Device/ClassDriver/makefile b/Demos/Device/ClassDriver/makefile index 334a6d3a6..ce41fbed3 100644 --- a/Demos/Device/ClassDriver/makefile +++ b/Demos/Device/ClassDriver/makefile @@ -1,6 +1,6 @@ # # LUFA Library -# Copyright (C) Dean Camera, 2011. +# Copyright (C) Dean Camera, 2012. # # dean [at] fourwalledcubicle [dot] com # www.lufa-lib.org diff --git a/Demos/Device/LowLevel/makefile b/Demos/Device/LowLevel/makefile index 757dc5ef9..3a5ddc3ae 100644 --- a/Demos/Device/LowLevel/makefile +++ b/Demos/Device/LowLevel/makefile @@ -1,6 +1,6 @@ # # LUFA Library -# Copyright (C) Dean Camera, 2011. +# Copyright (C) Dean Camera, 2012. # # dean [at] fourwalledcubicle [dot] com # www.lufa-lib.org diff --git a/Demos/Device/makefile b/Demos/Device/makefile index f25c70b3c..f6acde383 100644 --- a/Demos/Device/makefile +++ b/Demos/Device/makefile @@ -1,6 +1,6 @@ # # LUFA Library -# Copyright (C) Dean Camera, 2011. +# Copyright (C) Dean Camera, 2012. # # dean [at] fourwalledcubicle [dot] com # www.lufa-lib.org |
