From 7eafcc07281ef0cdb193044408a7d48f0fe42330 Mon Sep 17 00:00:00 2001 From: JianjunJiang <8192542@qq.com> Date: Thu, 26 May 2022 17:51:41 +0800 Subject: [PATCH] [fel]bump version to v1.2.8 --- main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.c b/main.c index 2a1958b..a09cd02 100644 --- a/main.c +++ b/main.c @@ -99,7 +99,7 @@ static void hexdump(uint32_t addr, void * buf, size_t len) static void usage(void) { - printf("xfel(v1.2.7) - https://github.com/xboot/xfel\r\n"); + printf("xfel(v1.2.8) - https://github.com/xboot/xfel\r\n"); printf("usage:\r\n"); printf(" xfel version - Show chip version\r\n"); printf(" xfel hexdump
- Dumps memory region in hex\r\n");