Renamed Serial_Stream driver to SerialStream to remain consistent with the rest of...
[pub/USBasp.git] / LUFA / Common / Common.h
index 0923d51..24ba1f6 100644 (file)
                        #define JTAG_DEBUG_ASSERT(x)    MACROS{ if (!(x)) { JTAG_DEBUG_BREAK(); } }MACROE\r
 \r
                        /** Macro for testing condition "x" and writing debug data to the serial stream if false. As a\r
-                        *  prerequisite for this macro, the serial stream should be configured via the Serial_Stream driver.\r
+                        *  prerequisite for this macro, the serial stream should be configured via the Peripheral/SerialStream driver.\r
                         *\r
                         *  The serial output takes the form "{FILENAME}: Function {FUNCTION NAME}, Line {LINE NUMBER}: Assertion\r
                         *  {x} failed."\r