Move StdRequestType.h, StreamCallbacks.h, USBMode.h from the LowLevel USB driver directory to the HighLevel USB driver directory, where they are more suited.

This commit is contained in:
Dean Camera 2009-04-05 06:27:49 +00:00
parent 01d388f293
commit 7d4cccc22d
25 changed files with 40 additions and 30 deletions

View file

@ -46,8 +46,8 @@
#include "../HighLevel/StdDescriptors.h"
#include "../HighLevel/Events.h"
#include "../HighLevel/StdRequestType.h"
#include "LowLevel.h"
#include "StdRequestType.h"
/* Enable C linkage for C++ Compilers: */
#if defined(__cplusplus)