Silent down compiler.
This commit is contained in:
parent
e6d079d87a
commit
7f9f907bc2
3 changed files with 4 additions and 2 deletions
|
|
@ -110,7 +110,7 @@ write_card (void)
|
|||
page = 0x4;
|
||||
}
|
||||
|
||||
for (page; page <= 0xF; page++) {
|
||||
for (; page <= 0xF; page++) {
|
||||
// Show if the readout went well
|
||||
if (bFailure) {
|
||||
// When a failure occured we need to redo the anti-collision
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue