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.

This commit is contained in:
Dean Camera 2009-06-21 08:04:10 +00:00
parent e0420015df
commit 9d506553aa
4 changed files with 5 additions and 4 deletions

View file

@ -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