From 9518ebba6cd7609f3456ec72e0de8285e7e336ad Mon Sep 17 00:00:00 2001 From: angelsl Date: Tue, 31 Oct 2017 04:19:52 +0800 Subject: [PATCH] Adjust messages --- src/main.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/main.c b/src/main.c index 7a351f7..a056ecb 100644 --- a/src/main.c +++ b/src/main.c @@ -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; } @@ -284,7 +286,7 @@ int main(void) { if (ok) { iprintf("All OK.\n"); } else { - iprintf("Errors reported..\n"); + iprintf("Errors reported.\n"); } fail: