summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
authorLucian Copeland <hierophect@gmail.com>2020-08-10 18:00:50 -0400
committerLucian Copeland <hierophect@gmail.com>2020-08-10 18:00:50 -0400
commit4613b58a31c8d439d92961f2034eb9f60b0d97c1 (patch)
tree3b509d2b6b0337dea3585f0e8203bea72188d98a /main.c
parentd47bd5529c8e2944f5e18dec87ed432c742622ee (diff)
Add skip for rgb matrix exception handling
Diffstat (limited to 'main.c')
-rwxr-xr-xmain.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.c b/main.c
index 8c5c9ac37..7c69cde08 100755
--- a/main.c
+++ b/main.c
@@ -276,7 +276,7 @@ bool run_code_py(safe_mode_t safe_mode) {
}
}
- // Wait for connection or character.
+ // Display a different completion message if the user has no USB attached (cannot save files)
if (!serial_connected_at_start) {
serial_write_compressed(translate("\nCode done running. Waiting for reload.\n"));
}