1、【删除】打印环境变量一处多余的字符。

Signed-off-by: armink <armink.ztl@gmail.com>
pull/1/head
armink 11 years ago
parent 582080d71e
commit cc71c4e46f

@ -44,7 +44,7 @@ if (!(EXPR)) \
while (1); \ while (1); \
} }
/* EasyFlash software version number */ /* EasyFlash software version number */
#define FLASH_SW_VERSION "1.03.10" #define FLASH_SW_VERSION "1.03.13"
typedef struct _flash_env{ typedef struct _flash_env{
char *key; char *key;

@ -470,7 +470,7 @@ void flash_print_env(void) {
} }
} }
} }
flash_print("\nEnvironment variables size: %ld/%ld bytes, mode: normal.\n, ", flash_print("\nEnvironment variables size: %ld/%ld bytes, mode: normal.\n",
flash_get_env_used_size(), flash_get_env_total_size()); flash_get_env_used_size(), flash_get_env_total_size());
} }

Loading…
Cancel
Save