Fix RNDIS Device Class driver - RNDISConstants.h has moved out to the Common Class driver directory.

pull/1469/head
Dean Camera 15 years ago
parent 5aa2b26261
commit 04e177b66e

@ -47,7 +47,6 @@
/* Includes: */
#include "../../USB.h"
#include "../Common/RNDIS.h"
#include "RNDISConstants.h"
#include <string.h>

@ -18,7 +18,7 @@
* -# Add hub support when in Host mode for multiple devices
* -# Add ability to get number of bytes not written with pipe/endpoint write routines after an error
* -# Add standardized descriptor names to class driver structures
* -# Add RNDIS Host Class driver
* -# Finish RNDIS Host Class driver
* -# Correct mishandling of error cases in Mass Storage demos
* - Documentation/Support
* -# Remake AVRStudio project files
@ -28,7 +28,6 @@
* -# Add board overviews
* -# Write LUFA tutorials
* - Demos/Projects
* -# Keyboard/Mouse Dual Class Host
* -# Multiple-Report HID device
* -# Device/Host bridge
* -# PDI Programming Support in the AVRISP Project

Loading…
Cancel
Save