aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Drivers/USB/Class/Device
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2009-08-27 07:38:40 +0000
committerDean Camera <dean@fourwalledcubicle.com>2009-08-27 07:38:40 +0000
commitd297ea12b706e7099f34f667e43bf1f3de1713e7 (patch)
tree643d12b6a57e3a24fc50c1d80b64b32f415c8713 /LUFA/Drivers/USB/Class/Device
parentf7cde02b80c001875231c8ef21211214ebc742ed (diff)
downloadlufa-d297ea12b706e7099f34f667e43bf1f3de1713e7.tar.gz
lufa-d297ea12b706e7099f34f667e43bf1f3de1713e7.tar.bz2
lufa-d297ea12b706e7099f34f667e43bf1f3de1713e7.zip
Added new "Common" section to the class drivers, to hold all mode-independant definitions for clarity.
Moved SCSI command/sense constants into the Mass Storage Class driver, instead of the user-code.
Diffstat (limited to 'LUFA/Drivers/USB/Class/Device')
-rw-r--r--LUFA/Drivers/USB/Class/Device/MassStorage.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/LUFA/Drivers/USB/Class/Device/MassStorage.h b/LUFA/Drivers/USB/Class/Device/MassStorage.h
index 1c232b829..16e09dcbd 100644
--- a/LUFA/Drivers/USB/Class/Device/MassStorage.h
+++ b/LUFA/Drivers/USB/Class/Device/MassStorage.h
@@ -47,7 +47,6 @@
/* Includes: */
#include "../../USB.h"
#include "../Common/MassStorage.h"
- #include "../Common/SCSICodes.h"
#include <string.h>