Skip to content
Snippets Groups Projects
Commit 04e177b6 authored by Dean Camera's avatar Dean Camera
Browse files

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

Fix RNDIS Device Class driver - RNDISConstants.h has moved out to the Common Class driver directory.
parent 5aa2b262
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment