Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Arduino.mk
Original file line number Diff line number Diff line change
Expand Up @@ -570,7 +570,7 @@ endif
# Reset

ifndef RESET_CMD
ARD_RESET_ARDUINO := $(shell which ard-reset-arduino)
ARD_RESET_ARDUINO := $(shell which ard-reset-arduino 2> /dev/null)
ifndef ARD_RESET_ARDUINO
# same level as *.mk in bin directory when checked out from git
# or in $PATH when packaged
Expand Down