[xfel]bump version to v1.3.3

This commit is contained in:
Jiang Jianjun 2025-05-01 21:50:54 +08:00
parent 65c84e67a1
commit 849e9ad73d

2
main.c
View File

@ -7,7 +7,7 @@
static void usage(void)
{
printf("xfel(v1.3.2) - https://github.com/xboot/xfel\r\n");
printf("xfel(v1.3.3) - https://github.com/xboot/xfel\r\n");
printf("usage:\r\n");
printf(" xfel version - Show chip version\r\n");
printf(" xfel hexdump <address> <length> - Dumps memory region in hex\r\n");