aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Common
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2009-04-17 00:20:00 +0000
committerDean Camera <dean@fourwalledcubicle.com>2009-04-17 00:20:00 +0000
commit11bb2f21720c2af4b29732ca128963869e5c512c (patch)
treedff4a7c6d99207e5d2c6999e6935bda246d54568 /LUFA/Common
parent5712b8dff669dc1947cd7d6f34f13eb9fe6a8d0a (diff)
downloadlufa-11bb2f21720c2af4b29732ca128963869e5c512c.tar.gz
lufa-11bb2f21720c2af4b29732ca128963869e5c512c.tar.bz2
lufa-11bb2f21720c2af4b29732ca128963869e5c512c.zip
Renamed Serial_Stream driver to SerialStream to remain consistent with the rest of the library's naming scheme for files.
Diffstat (limited to 'LUFA/Common')
-rw-r--r--LUFA/Common/Common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/LUFA/Common/Common.h b/LUFA/Common/Common.h
index 0923d513b..24ba1f68b 100644
--- a/LUFA/Common/Common.h
+++ b/LUFA/Common/Common.h
@@ -103,7 +103,7 @@
#define JTAG_DEBUG_ASSERT(x) MACROS{ if (!(x)) { JTAG_DEBUG_BREAK(); } }MACROE
/** Macro for testing condition "x" and writing debug data to the serial stream if false. As a
- * prerequisite for this macro, the serial stream should be configured via the Serial_Stream driver.
+ * prerequisite for this macro, the serial stream should be configured via the Peripheral/SerialStream driver.
*
* The serial output takes the form "{FILENAME}: Function {FUNCTION NAME}, Line {LINE NUMBER}: Assertion
* {x} failed."