Skip to content

Commit 9518ebb

Browse files
committed
Adjust messages
1 parent cad044d commit 9518ebb

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/main.c

+4-2
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,9 @@ static void wait_for_keys(uint32_t keys) {
7575
}
7676

7777
static bool reset_card(void) {
78-
iprintf("Reinsert the card, then press A.\n");
78+
iprintf("Remove and reinsert the card,\n"
79+
"then press A.\n"
80+
"(You may hotswap now.)\n");
7981
wait_for_keys(KEY_A);
8082
return true;
8183
}
@@ -284,7 +286,7 @@ int main(void) {
284286
if (ok) {
285287
iprintf("All OK.\n");
286288
} else {
287-
iprintf("Errors reported..\n");
289+
iprintf("Errors reported.\n");
288290
}
289291

290292
fail:

0 commit comments

Comments
 (0)