Git
Wiki
Site
projects
/
soft
/
tools
/
lpctools
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d95e356
)
Fix boot code revision display (put major/minor in right order)
author
Nathael Pajani
<nathael.pajani@ed3l.fr>
Thu, 3 Oct 2013 13:15:03 +0000
(15:15 +0200)
committer
Nathael Pajani
<nathael.pajani@ed3l.fr>
Thu, 3 Oct 2013 13:15:03 +0000
(15:15 +0200)
isp_commands.c
patch
|
blob
|
history
diff --git
a/isp_commands.c
b/isp_commands.c
index
88ada52
..
1019569
100644
(file)
--- a/
isp_commands.c
+++ b/
isp_commands.c
@@
-270,7
+270,7
@@
int isp_cmd_boot_version(void)
}
ver[0] = strtoul(buf, &tmp, 10);
ver[1] = strtoul(tmp, NULL, 10);
- printf("Boot code version is %u.%u\n", ver[
0], ver[1
]);
+ printf("Boot code version is %u.%u\n", ver[
1], ver[0
]);
return 0;
}
Techno-Innov
42 impasse de la Combe du Bois
01150 Blyes - France
contact@techno-innov.fr
Design et hébergement du site :
Techno-Innov
Techno-Innov
- SARL Coopérative
539 169 417 RCS Bourg-en-Bresse
Ce site n'utilise pas de cookies, désolé pour les gourmands !