Partial commit: change references to Drivers/AT90USBXXX to Drivers/Peripheral.

This commit is contained in:
Dean Camera 2009-04-16 23:59:14 +00:00
parent 8f6b4ddf76
commit 1c16ae399a
38 changed files with 84 additions and 66 deletions

View file

@ -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. */