aboutsummaryrefslogtreecommitdiff
path: root/tmk_core
diff options
context:
space:
mode:
Diffstat (limited to 'tmk_core')
-rw-r--r--tmk_core/avr.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/tmk_core/avr.mk b/tmk_core/avr.mk
index eb934ffe6..690154535 100644
--- a/tmk_core/avr.mk
+++ b/tmk_core/avr.mk
@@ -173,7 +173,7 @@ define EXEC_AVRDUDE
173 fi; \ 173 fi; \
174 }; \ 174 }; \
175 USB= ;\ 175 USB= ;\
176 printf "Detecting USB port, reset your controller now."; \ 176 printf "Waiting for USB serial port - reset your controller now (Ctrl+C to cancel)"; \
177 TMP1=`mktemp`; \ 177 TMP1=`mktemp`; \
178 TMP2=`mktemp`; \ 178 TMP2=`mktemp`; \
179 list_devices > $$TMP1; \ 179 list_devices > $$TMP1; \