X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/a8b66f318dda3cc18dfcedaa3af3d01ab68b82e8..c05e7cd7d9ec8cb593e837ba9928a02c3449e55f:/LUFA/Drivers/Misc/TerminalCodes.h diff --git a/LUFA/Drivers/Misc/TerminalCodes.h b/LUFA/Drivers/Misc/TerminalCodes.h index 0b82613d3..d1ac6c04b 100644 --- a/LUFA/Drivers/Misc/TerminalCodes.h +++ b/LUFA/Drivers/Misc/TerminalCodes.h @@ -182,8 +182,8 @@ /** Sets the cursor position to the given line and column. * - * \param[in] Line Line number to position the cursor at - * \param[in] Column Column number to position the cursor at + * \param[in] Line Line number to position the cursor at. + * \param[in] Column Column number to position the cursor at. */ #define ESC_CURSOR_POS(Line, Column) ANSI_ESCAPE_SEQUENCE(#Line ";" #Column "H")