aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Drivers/USB/LowLevel
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2009-09-30 04:40:36 +0000
committerDean Camera <dean@fourwalledcubicle.com>2009-09-30 04:40:36 +0000
commit89c837ee34db186f7b1f859f767d587036573c4c (patch)
tree0fd7efe823b1924c89628052398851e54b92fe06 /LUFA/Drivers/USB/LowLevel
parent059ebd01a3f34ce288adfe30c6cd5b88553882fa (diff)
downloadlufa-89c837ee34db186f7b1f859f767d587036573c4c.tar.gz
lufa-89c837ee34db186f7b1f859f767d587036573c4c.tar.bz2
lufa-89c837ee34db186f7b1f859f767d587036573c4c.zip
Removed mostly useless "TestApp" demo, as it was mainly useful only for checking for sytax errors in the library.
MIDI device demos now receive MIDI events from the host and display note ON messages via the board LEDs. Added beginnings of a MIDI class bootloader.
Diffstat (limited to 'LUFA/Drivers/USB/LowLevel')
-rw-r--r--LUFA/Drivers/USB/LowLevel/Pipe.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/LUFA/Drivers/USB/LowLevel/Pipe.h b/LUFA/Drivers/USB/LowLevel/Pipe.h
index 39e95cc24..f8dfe2fe7 100644
--- a/LUFA/Drivers/USB/LowLevel/Pipe.h
+++ b/LUFA/Drivers/USB/LowLevel/Pipe.h
@@ -124,7 +124,7 @@
*/
#define PIPE_TOKEN_IN (1 << PTOKEN0)
- /** Token mask for \ref Pipe_ConfigurePipe(). This sets the pipe as a IN token (for non-CONTROL type pipes),
+ /** Token mask for \ref Pipe_ConfigurePipe(). This sets the pipe as a OUT token (for non-CONTROL type pipes),
* indicating that the pipe data will flow from host to device.
*/
#define PIPE_TOKEN_OUT (2 << PTOKEN0)