Remove DEFAULT_SKETCH

tmp/arduino-cli-pre-rebase
Jesse Vincent 4 years ago
parent 758471a941
commit dd14951966
No known key found for this signature in database
GPG Key ID: CC228463465E40BC

@ -779,10 +779,6 @@ fi
SKETCH="$1"
shift
if [ "${SKETCH}" = "default" ]; then
SKETCH="${DEFAULT_SKETCH}"
fi
cmds=""
# shellcheck disable=2034

@ -1,10 +1,5 @@
# -*- shell-script -*-
## NEEDS: SKETCH
## Should be included when the current directory is the dir of the Sketch.
: "${SKETCH:=${DEFAULT_SKETCH}}"
########
######## Keyboard hardware definitions
########

Loading…
Cancel
Save