From 18ae7bf6d85ecfeaa76c3fcb435532e3a003aacf Mon Sep 17 00:00:00 2001 From: JianjunJiang <8192542@qq.com> Date: Mon, 10 Jan 2022 15:57:27 +0800 Subject: [PATCH] [xfel]bump version to v1.2.4 --- main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.c b/main.c index 19a9633..8120f6e 100644 --- a/main.c +++ b/main.c @@ -81,7 +81,7 @@ static void hexdump(uint32_t addr, void * buf, size_t len) static void usage(void) { - printf("xfel(v1.2.4-beta) - https://github.com/xboot/xfel\r\n"); + printf("xfel(v1.2.4) - 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");