Partial commit: change references to Drivers/AT90USBXXX to Drivers/Peripheral.
This commit is contained in:
parent
8f6b4ddf76
commit
1c16ae399a
38 changed files with 84 additions and 66 deletions
|
|
@ -56,7 +56,7 @@
|
|||
#include <LUFA/Drivers/Board/LEDs.h> // LEDs driver
|
||||
#include <LUFA/Scheduler/Scheduler.h> // Simple scheduler for task management
|
||||
|
||||
#include <LUFA/Drivers/AT90USBXXX/Serial_Stream.h>
|
||||
#include <LUFA/Drivers/Peripheral/Serial_Stream.h>
|
||||
|
||||
/* Macros: */
|
||||
/** Notification value to indicate that a frame is ready to be read by the host. */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue