blob: ee26d0715737268af5268d8cbfe1f83570470e0a (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- a/lpc21isp.c
+++ b/lpc21isp.c
@@ -1549,7 +1549,7 @@ static void ReadArguments(ISP_ENVIRONMEN
DebugPrintf(2, "\n"
"Portable command line ISP\n"
"for NXP LPC family and Analog Devices ADUC 70xx\n"
- "Version " VERSION_STR " compiled for " COMPILED_FOR ": " __DATE__ ", " __TIME__ "\n"
+ "Version " VERSION_STR " compiled for " COMPILED_FOR "\n"
"Copyright (c) by Martin Maurer, 2003-2013, Email: Martin.Maurer@clibb.de\n"
"Portions Copyright (c) by Aeolus Development 2004, www.aeolusdevelopment.com\n"
"\n");
|