]> cloudbase.mooo.com Git - z180-stamp.git/commitdiff
Version 0.6.8.1 hexrel-6.8.1
authorLeo C <erbl259-lmu@yahoo.de>
Tue, 21 Jun 2016 15:45:23 +0000 (17:45 +0200)
committerLeo C <erbl259-lmu@yahoo.de>
Tue, 21 Jun 2016 21:15:10 +0000 (23:15 +0200)
avr/cmd_mem.c
include/config.h

index 2ddeab79a52a6a9a1ec00f10b4f04db314c1b693..315cd71e93e61dc9bf0dea6b58cc15e1baba6a9b 100644 (file)
@@ -271,9 +271,6 @@ command_ret_t do_mem_mdc ( cmd_tbl_t *cmdtp, int flag, int argc, char * const ar
                --optind;
        }
 
-       printf_P(PSTR("# argc: %d, optind: %d, argv[optind+3]: '%s'\n"),
-                               argc, optind, argv[optind+3]);
-
        if (argc-optind != 4)
                return CMD_RET_USAGE;
 
index e75b596271927d6b785a511f540834cd0861de9b..c276e80876b11056fa39936986242b05d6e13fb4 100644 (file)
@@ -8,7 +8,7 @@
 #define CONFIG_H
 
 /* Version */
-#define VERSION                 "0.6.8"
+#define VERSION                 "0.6.8.1"
 
 /* Environment variables */