aboutsummaryrefslogtreecommitdiffstats
path: root/Demos/Host/ClassDriver/MIDIHost
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2010-02-04 02:27:09 +0000
committerDean Camera <dean@fourwalledcubicle.com>2010-02-04 02:27:09 +0000
commit15f84bb8f5b910de40f081ee5e8ed847c592ea17 (patch)
tree2bbdfa3a850b212b503ab18812291d391061a0b7 /Demos/Host/ClassDriver/MIDIHost
parentf4f44f9fc11d0ee9e0dbaf3323d095af32e8b0ef (diff)
downloadlufa-15f84bb8f5b910de40f081ee5e8ed847c592ea17.tar.gz
lufa-15f84bb8f5b910de40f081ee5e8ed847c592ea17.tar.bz2
lufa-15f84bb8f5b910de40f081ee5e8ed847c592ea17.zip
New BOARD value option BOARD_NONE (equivelent to not specifying BOARD) which will remove all board hardware drivers which do not adversely affect the code operation (currently only the LEDs driver).
Spell-check code/comments in the Webserver/AVRISP-MKII projects.
Diffstat (limited to 'Demos/Host/ClassDriver/MIDIHost')
-rw-r--r--Demos/Host/ClassDriver/MIDIHost/MIDIHost.txt2
-rw-r--r--Demos/Host/ClassDriver/MIDIHost/makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/Demos/Host/ClassDriver/MIDIHost/MIDIHost.txt b/Demos/Host/ClassDriver/MIDIHost/MIDIHost.txt
index 3489b1f64..afd95c9e6 100644
--- a/Demos/Host/ClassDriver/MIDIHost/MIDIHost.txt
+++ b/Demos/Host/ClassDriver/MIDIHost/MIDIHost.txt
@@ -41,7 +41,7 @@
*
* \section SSec_Description Project Description:
*
- * MIDI host demonstration application. This demo will enumerate an attached USB-MIDI device, and print incomming MIDI note
+ * MIDI host demonstration application. This demo will enumerate an attached USB-MIDI device, and print incoming MIDI note
* on and off messages on any channel to the serial port. Pressing the board joystick will send note on and off messages to
* the attached MIDI device, with the board HWB controlling the note channel.
*
diff --git a/Demos/Host/ClassDriver/MIDIHost/makefile b/Demos/Host/ClassDriver/MIDIHost/makefile
index ecfe02319..279312d9b 100644
--- a/Demos/Host/ClassDriver/MIDIHost/makefile
+++ b/Demos/Host/ClassDriver/MIDIHost/makefile
@@ -63,7 +63,7 @@
MCU = at90usb1287
-# Target board (see library "Board Types" documentation, USER or blank for projects not requiring
+# Target board (see library "Board Types" documentation, NONE for projects not requiring
# LUFA board drivers). If USER is selected, put custom board drivers in a directory called
# "Board" inside the application directory.
BOARD = USBKEY