X-Git-Url: http://git.linex4red.de/pub/lufa.git/blobdiff_plain/5712b8dff669dc1947cd7d6f34f13eb9fe6a8d0a..11bb2f21720c2af4b29732ca128963869e5c512c:/LUFA/Common/Common.h?ds=inline 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."