Move and rename DevChaper9.c/.h and HostChapter9.c/.h to the HighLevel directory, new named DeviceStandardReq.c/.h and HostStandardReq.c/.h.
Rename LowLevel.c/.h to USBController.c/.h. Remove dependancies on the complete <avr/io.h> header in the HighLevel USB driver directory, to ensure less work is required in later (possible) ports.
This commit is contained in:
parent
5f57785404
commit
99d8a39363
20 changed files with 72 additions and 53 deletions
|
@ -57,7 +57,8 @@
|
|||
#define __COMMON_H__
|
||||
|
||||
/* Includes: */
|
||||
#include <avr/io.h>
|
||||
#include <stdint.h>
|
||||
#include <stdbool.h>
|
||||
|
||||
#include "Attributes.h"
|
||||
#include "BoardTypes.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue