Skip to content

Commit

Permalink
[xfel]bump version to v1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jianjunjiang committed Jun 10, 2023
1 parent a0b8da2 commit 0889c73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.c
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ static void hexdump(uint32_t addr, void * buf, size_t len)

static void usage(void)
{
printf("xfel(v1.3.1) - https://github.com/xboot/xfel\r\n");
printf("xfel(v1.3.2) - 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");
Expand Down

0 comments on commit 0889c73

Please sign in to comment.