Skip to content

Commit

Permalink
[xfel]bump version to v1.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
jianjunjiang committed Sep 17, 2021
1 parent 9cff71e commit fc2b27a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ For 64-bits windows, you can using `x86_64-w64-mingw32-` instead of `i686-w64-mi
## Usage

```shell
xfel(v1.1.5) - https://github.com/xboot/xfel
xfel(v1.1.6) - https://github.com/xboot/xfel
usage:
xfel version - Show chip version
xfel hexdump <address> <length> - Dumps memory region in hex
Expand Down
2 changes: 1 addition & 1 deletion main.c
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ static void hexdump(uint32_t addr, void * buf, size_t len)

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

Please sign in to comment.