projects
/
hmcfgusb
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
853cbce
)
flash-hmmoduart: show error-status as hex
author
Michael Gernoth
<michael@gernoth.net>
Thu, 9 Jun 2016 07:59:40 +0000
(09:59 +0200)
committer
Michael Gernoth
<michael@gernoth.net>
Thu, 9 Jun 2016 07:59:40 +0000
(09:59 +0200)
flash-hmmoduart.c
patch
|
blob
|
blame
|
history
diff --git
a/flash-hmmoduart.c
b/flash-hmmoduart.c
index 9f2f29aa354ca445086d722c871d0c643992f1be..fed022bc1effbdd2a3b21d84acd60a1b64467dac 100644
(file)
--- a/
flash-hmmoduart.c
+++ b/
flash-hmmoduart.c
@@
-177,7
+177,7
@@
int main(int argc, char **argv)
} while (pfd < 0);
if (rdata.ack != 0x0401) {
- fprintf(stderr, "\n\nError flashing block %d, status: %
u
\n", block, rdata.ack);
+ fprintf(stderr, "\n\nError flashing block %d, status: %
04x
\n", block, rdata.ack);
exit(EXIT_FAILURE);
}
Impressum
,
Datenschutz