diff options
Diffstat (limited to 'tmk_core/avr.mk')
-rw-r--r-- | tmk_core/avr.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tmk_core/avr.mk b/tmk_core/avr.mk index eb934ffe60..690154535b 100644 --- a/tmk_core/avr.mk +++ b/tmk_core/avr.mk @@ -173,7 +173,7 @@ define EXEC_AVRDUDE fi; \ }; \ USB= ;\ - printf "Detecting USB port, reset your controller now."; \ + printf "Waiting for USB serial port - reset your controller now (Ctrl+C to cancel)"; \ TMP1=`mktemp`; \ TMP2=`mktemp`; \ list_devices > $$TMP1; \ |