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:
Dean Camera 2009-04-17 00:20:00 +00:00
parent 5712b8dff6
commit 11bb2f2172
29 changed files with 33 additions and 33 deletions

View file

@ -28,7 +28,7 @@
this software.
*/
#include "Serial_Stream.h"
#include "SerialStream.h"
FILE USARTStream = FDEV_SETUP_STREAM(SerialStream_TxByte, SerialStream_RxByte, _FDEV_SETUP_RW);

View file

@ -36,7 +36,7 @@
**/
/** \ingroup Group_SubsystemDrivers
* @defgroup Group_SerialStream Serial Stream Driver - LUFA/Drivers/Peripheral/Serial_Stream.h
* @defgroup Group_SerialStream Serial Stream Driver - LUFA/Drivers/Peripheral/SerialStream.h
*
* Functions, macros, variables, enums and types related to the setup of a serial stream, so that standard printf and other
* C stream functions can be used on the serial port.