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
|
@ -42,7 +42,7 @@
|
|||
#include <LUFA/Common/Common.h> // Commonly used macros
|
||||
#include <LUFA/Drivers/USB/USB.h> // USB Functionality
|
||||
#include <LUFA/Drivers/Board/LEDs.h> // LED driver
|
||||
#include <LUFA/Drivers/AT90USBXXX/Serial_Stream.h> // USART Stream driver
|
||||
#include <LUFA/Drivers/Peripheral/Serial_Stream.h> // USART Stream driver
|
||||
#include <LUFA/Drivers/Misc/TerminalCodes.h> // ANSI Terminal Escape Codes
|
||||
#include <LUFA/Scheduler/Scheduler.h> // Simple scheduler for task management
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue