diff options
| author | Dean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28> | 2010-07-21 12:20:34 +0000 |
|---|---|---|
| committer | Dean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28> | 2010-07-21 12:20:34 +0000 |
| commit | 5fbee7155ba7f3211c9be25112451fa53fb61b0a (patch) | |
| tree | 40db0dfda49d5727454c28daea895c9ab028c15f /LUFA/Scheduler/Scheduler.h | |
| parent | 82d4762c792ed3d1052630ba74148fe625f26f01 (diff) | |
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.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1397 d5102386-fcda-11dd-9fdb-3debd5008f28
Diffstat (limited to 'LUFA/Scheduler/Scheduler.h')
| -rw-r--r-- | LUFA/Scheduler/Scheduler.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/LUFA/Scheduler/Scheduler.h b/LUFA/Scheduler/Scheduler.h index ce2cbb19..4b6ffa9a 100644 --- a/LUFA/Scheduler/Scheduler.h +++ b/LUFA/Scheduler/Scheduler.h @@ -87,7 +87,7 @@ #define __SCHEDULER_H__ /* Includes: */ - #include <avr/io.h> + #include <stdint.h> #include <stdbool.h> #include <util/atomic.h> |
