forked from mfulz_github/qmk_firmware
Fix RNDIS Device Class driver - RNDISConstants.h has moved out to the Common Class driver directory.
This commit is contained in:
parent
5aa2b26261
commit
04e177b66e
|
@ -47,7 +47,6 @@
|
||||||
/* Includes: */
|
/* Includes: */
|
||||||
#include "../../USB.h"
|
#include "../../USB.h"
|
||||||
#include "../Common/RNDIS.h"
|
#include "../Common/RNDIS.h"
|
||||||
#include "RNDISConstants.h"
|
|
||||||
|
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|
||||||
|
|
|
@ -18,7 +18,7 @@
|
||||||
* -# Add hub support when in Host mode for multiple devices
|
* -# 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 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 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
|
* -# Correct mishandling of error cases in Mass Storage demos
|
||||||
* - Documentation/Support
|
* - Documentation/Support
|
||||||
* -# Remake AVRStudio project files
|
* -# Remake AVRStudio project files
|
||||||
|
@ -28,7 +28,6 @@
|
||||||
* -# Add board overviews
|
* -# Add board overviews
|
||||||
* -# Write LUFA tutorials
|
* -# Write LUFA tutorials
|
||||||
* - Demos/Projects
|
* - Demos/Projects
|
||||||
* -# Keyboard/Mouse Dual Class Host
|
|
||||||
* -# Multiple-Report HID device
|
* -# Multiple-Report HID device
|
||||||
* -# Device/Host bridge
|
* -# Device/Host bridge
|
||||||
* -# PDI Programming Support in the AVRISP Project
|
* -# PDI Programming Support in the AVRISP Project
|
||||||
|
|
Loading…
Reference in New Issue