diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2009-06-21 08:04:10 +0000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2009-06-21 08:04:10 +0000 |
commit | 9d506553aa750264ff6045ff9180397993cb37c0 (patch) | |
tree | c549164f53a57623d05bd0d3cbcf3170e99b0448 /LUFA/Drivers/Misc | |
parent | e0420015df848f18d5eb1672da4ccac578d454cf (diff) | |
download | lufa-9d506553aa750264ff6045ff9180397993cb37c0.tar.gz lufa-9d506553aa750264ff6045ff9180397993cb37c0.tar.bz2 lufa-9d506553aa750264ff6045ff9180397993cb37c0.zip |
Trim unique serial number created by the USE_INTERNAL_SERIAL option to 12 characters rather than 20 - apparently Windows will implode if a serial number is too long.
Diffstat (limited to 'LUFA/Drivers/Misc')
-rw-r--r-- | LUFA/Drivers/Misc/TerminalCodes.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/LUFA/Drivers/Misc/TerminalCodes.h b/LUFA/Drivers/Misc/TerminalCodes.h index 11dcc03cb..0e67f941d 100644 --- a/LUFA/Drivers/Misc/TerminalCodes.h +++ b/LUFA/Drivers/Misc/TerminalCodes.h @@ -47,7 +47,7 @@ *
* \note If desired, the macro DISABLE_TERMINAL_CODES can be defined in the project makefile and passed to the GCC
* compiler via the -D switch to disable the terminal codes without modifying the source, for use with non
- * compatible terminals (any terminal code then equate to empty strings).
+ * compatible terminals (any terminal codes then equate to empty strings).
*
* Example Usage:
* \code
|