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:
parent
01d388f293
commit
7d4cccc22d
25 changed files with 40 additions and 30 deletions
|
@ -42,8 +42,10 @@
|
|||
#include <avr/interrupt.h>
|
||||
#include <stdbool.h>
|
||||
|
||||
#include "USBMode.h"
|
||||
#include "../HighLevel/USBMode.h"
|
||||
|
||||
#include "../../../Common/Common.h"
|
||||
#include "../HighLevel/USBMode.h"
|
||||
#include "../HighLevel/Events.h"
|
||||
#include "../HighLevel/USBTask.h"
|
||||
#include "../HighLevel/USBInterrupt.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue