diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2010-10-28 06:08:58 +0000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2010-10-28 06:08:58 +0000 |
commit | cb779e3d7d32d7c43e0a45bb526de0a04135b0c7 (patch) | |
tree | 2f94ccd78ec11a62fb24bd5f4e86197d5739ba76 /Demos/Device/LowLevel/MIDI | |
parent | 710f31c54023b2fd85d37b0d849be3895b70f1cb (diff) | |
download | lufa-cb779e3d7d32d7c43e0a45bb526de0a04135b0c7.tar.gz lufa-cb779e3d7d32d7c43e0a45bb526de0a04135b0c7.tar.bz2 lufa-cb779e3d7d32d7c43e0a45bb526de0a04135b0c7.zip |
Changed over www.fourwalledcubicle.com links to the new www.lufa-lib.org redirect domain, including the new aliased links for LUFA-related pages such as the various download/source control mirrors and support lists.
Diffstat (limited to 'Demos/Device/LowLevel/MIDI')
-rw-r--r-- | Demos/Device/LowLevel/MIDI/Descriptors.c | 2 | ||||
-rw-r--r-- | Demos/Device/LowLevel/MIDI/Descriptors.h | 2 | ||||
-rw-r--r-- | Demos/Device/LowLevel/MIDI/MIDI.c | 2 | ||||
-rw-r--r-- | Demos/Device/LowLevel/MIDI/MIDI.h | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/Demos/Device/LowLevel/MIDI/Descriptors.c b/Demos/Device/LowLevel/MIDI/Descriptors.c index 266ec2a9c..d906f6639 100644 --- a/Demos/Device/LowLevel/MIDI/Descriptors.c +++ b/Demos/Device/LowLevel/MIDI/Descriptors.c @@ -3,7 +3,7 @@ Copyright (C) Dean Camera, 2010. dean [at] fourwalledcubicle [dot] com - www.fourwalledcubicle.com + www.lufa-lib.org */ /* diff --git a/Demos/Device/LowLevel/MIDI/Descriptors.h b/Demos/Device/LowLevel/MIDI/Descriptors.h index deae054bb..1e9161151 100644 --- a/Demos/Device/LowLevel/MIDI/Descriptors.h +++ b/Demos/Device/LowLevel/MIDI/Descriptors.h @@ -3,7 +3,7 @@ Copyright (C) Dean Camera, 2010. dean [at] fourwalledcubicle [dot] com - www.fourwalledcubicle.com + www.lufa-lib.org */ /* diff --git a/Demos/Device/LowLevel/MIDI/MIDI.c b/Demos/Device/LowLevel/MIDI/MIDI.c index 05a3a71fc..e43645585 100644 --- a/Demos/Device/LowLevel/MIDI/MIDI.c +++ b/Demos/Device/LowLevel/MIDI/MIDI.c @@ -3,7 +3,7 @@ Copyright (C) Dean Camera, 2010. dean [at] fourwalledcubicle [dot] com - www.fourwalledcubicle.com + www.lufa-lib.org */ /* diff --git a/Demos/Device/LowLevel/MIDI/MIDI.h b/Demos/Device/LowLevel/MIDI/MIDI.h index 36a1afc45..78654071c 100644 --- a/Demos/Device/LowLevel/MIDI/MIDI.h +++ b/Demos/Device/LowLevel/MIDI/MIDI.h @@ -3,7 +3,7 @@ Copyright (C) Dean Camera, 2010. dean [at] fourwalledcubicle [dot] com - www.fourwalledcubicle.com + www.lufa-lib.org */ /* |