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
|
@ -39,7 +39,7 @@
|
|||
/* Includes: */
|
||||
#include <avr/io.h>
|
||||
|
||||
#include <LUFA/Drivers/Peripheral/Serial_Stream.h>
|
||||
#include <LUFA/Drivers/Peripheral/SerialStream.h>
|
||||
|
||||
#include "EthernetProtocols.h"
|
||||
#include "Ethernet.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue