aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Drivers/USB/Class/Device/RNDIS.h
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2009-11-26 04:50:15 +0000
committerDean Camera <dean@fourwalledcubicle.com>2009-11-26 04:50:15 +0000
commit04e177b66e16e74f71303137003b46d67c8f1eee (patch)
treea8e243e18efaf889656125520d04b390adba16d5 /LUFA/Drivers/USB/Class/Device/RNDIS.h
parent5aa2b26261389cfbdfae8e793be4b8150ddc7a0a (diff)
downloadlufa-04e177b66e16e74f71303137003b46d67c8f1eee.tar.gz
lufa-04e177b66e16e74f71303137003b46d67c8f1eee.tar.bz2
lufa-04e177b66e16e74f71303137003b46d67c8f1eee.zip
Fix RNDIS Device Class driver - RNDISConstants.h has moved out to the Common Class driver directory.
Diffstat (limited to 'LUFA/Drivers/USB/Class/Device/RNDIS.h')
-rw-r--r--LUFA/Drivers/USB/Class/Device/RNDIS.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/LUFA/Drivers/USB/Class/Device/RNDIS.h b/LUFA/Drivers/USB/Class/Device/RNDIS.h
index d09a60009..d5da838b9 100644
--- a/LUFA/Drivers/USB/Class/Device/RNDIS.h
+++ b/LUFA/Drivers/USB/Class/Device/RNDIS.h
@@ -47,7 +47,6 @@
/* Includes: */
#include "../../USB.h"
#include "../Common/RNDIS.h"
- #include "RNDISConstants.h"
#include <string.h>