aboutsummaryrefslogtreecommitdiffstats
path: root/Demos/Device/ClassDriver/MIDI/MIDI.h
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2014-08-31 21:27:35 +1000
committerDean Camera <dean@fourwalledcubicle.com>2014-08-31 21:27:35 +1000
commit4d8ff759936a24ca7b8db8d51c335f3bec5c90f4 (patch)
tree26608f8800275855c2a30d84ca7f1de66baec65a /Demos/Device/ClassDriver/MIDI/MIDI.h
parent0091b3c819f96812933e4b0a0e5b01a023341771 (diff)
downloadlufa-4d8ff759936a24ca7b8db8d51c335f3bec5c90f4.tar.gz
lufa-4d8ff759936a24ca7b8db8d51c335f3bec5c90f4.tar.bz2
lufa-4d8ff759936a24ca7b8db8d51c335f3bec5c90f4.zip
Add Dual MIDI device class driver demo application.
Diffstat (limited to 'Demos/Device/ClassDriver/MIDI/MIDI.h')
-rw-r--r--Demos/Device/ClassDriver/MIDI/MIDI.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Demos/Device/ClassDriver/MIDI/MIDI.h b/Demos/Device/ClassDriver/MIDI/MIDI.h
index 34891ce75..93ed6b888 100644
--- a/Demos/Device/ClassDriver/MIDI/MIDI.h
+++ b/Demos/Device/ClassDriver/MIDI/MIDI.h
@@ -33,8 +33,8 @@
* Header file for MIDI.c.
*/
-#ifndef _AUDIO_OUTPUT_H_
-#define _AUDIO_OUTPUT_H_
+#ifndef _MIDI_H_
+#define _MIDI_H_
/* Includes: */
#include <avr/io.h>