projects
/
sx
/
simavr.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
regExp
home
|
summary
|
tags
|
heads
|
shortlog
|
log
|
commit
| commitdiff |
tree
|
raw
|
patch
| inline |
side by side
(parent:
c67dc73
)
Commit
dc429dbc6baaeb071171eeba5cae8a50b07747b2
author
Purdea Andrei
<andrei@purdea.ro>
Sun, 12 Jul 2020 22:40:13 +0000
(
01:40
+0300)
committer
GitHub
<noreply@github.com>
Sun, 12 Jul 2020 22:40:13 +0000
(
01:40
+0300)
simavr/sim/run_avr.c
patch
|
blob
|
history
|
download
diff --git
a/simavr/sim/run_avr.c
b/simavr/sim/run_avr.c
index b4fda3fa61acfe0f203e85a3154d4833cab74fc2..a249eb55d53841c2492c167a17b76e76468f45a4 100644
(file)
--- a/
simavr/sim/run_avr.c
+++ b/
simavr/sim/run_avr.c
@@
-205,7
+205,7
@@
main(
char * suffix = strrchr(filename, '.');
if (suffix && !strcasecmp(suffix, ".hex")) {
if (!name[0] || !f_cpu) {
- fprintf(stderr, "%s: -
mcu and
-freq are mandatory to load .hex files\n", argv[0]);
+ fprintf(stderr, "%s: -
-mcu and -
-freq are mandatory to load .hex files\n", argv[0]);
exit(1);
}
ihex_chunk_p chunk = NULL;