aboutsummaryrefslogtreecommitdiffstats
path: root/Demos/Device/LowLevel
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/LowLevel
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/LowLevel')
-rw-r--r--Demos/Device/LowLevel/MIDI/MIDI.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Demos/Device/LowLevel/MIDI/MIDI.txt b/Demos/Device/LowLevel/MIDI/MIDI.txt
index 9ac3d9ea8..c076be3bc 100644
--- a/Demos/Device/LowLevel/MIDI/MIDI.txt
+++ b/Demos/Device/LowLevel/MIDI/MIDI.txt
@@ -58,7 +58,7 @@
* MIDI program supporting MIDI IN devices.
*
* If the HWB is not pressed, channel 1 (default piano) is used. If
- * the HWB is set, then channel 10 (default percussion) is selected.
+ * the HWB is pressed, then channel 10 (default percussion) is selected.
*
* This device implements MIDI-THRU mode, with the IN MIDI data being
* generated by the device itself. OUT MIDI data is discarded.