Renamed Serial_Stream driver to SerialStream to remain consistent with the rest of the library's naming scheme for files.
This commit is contained in:
parent
5712b8dff6
commit
11bb2f2172
29 changed files with 33 additions and 33 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/Peripheral/Serial_Stream.h> // USART Stream driver
|
||||
#include <LUFA/Drivers/Peripheral/SerialStream.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