Skip to content

Commit

Permalink
Adjust messages
Browse files Browse the repository at this point in the history
  • Loading branch information
angelsl committed Oct 30, 2017
1 parent cad044d commit 9518ebb
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,9 @@ static void wait_for_keys(uint32_t keys) {
}

static bool reset_card(void) {
iprintf("Reinsert the card, then press A.\n");
iprintf("Remove and reinsert the card,\n"
"then press A.\n"
"(You may hotswap now.)\n");
wait_for_keys(KEY_A);
return true;
}
Expand Down Expand Up @@ -284,7 +286,7 @@ int main(void) {
if (ok) {
iprintf("All OK.\n");
} else {
iprintf("Errors reported..\n");
iprintf("Errors reported.\n");
}

fail:
Expand Down

0 comments on commit 9518ebb

Please sign in to comment.