removes stray paren
This commit is contained in:
parent
0457ed4880
commit
84276ee561
1 changed files with 1 additions and 1 deletions
|
@ -318,7 +318,7 @@ REMOVEDIR = rmdir
|
||||||
COPY = cp
|
COPY = cp
|
||||||
WINSHELL = cmd
|
WINSHELL = cmd
|
||||||
# Autodecct teensy loader
|
# Autodecct teensy loader
|
||||||
ifneq (, $(shell which teensy-loader-cli 2>/dev/null)))
|
ifneq (, $(shell which teensy-loader-cli 2>/dev/null))
|
||||||
TEENSY_LOADER_CLI = teensy-loader-cli
|
TEENSY_LOADER_CLI = teensy-loader-cli
|
||||||
else
|
else
|
||||||
TEENSY_LOADER_CLI = teensy_loader_cli
|
TEENSY_LOADER_CLI = teensy_loader_cli
|
||||||
|
|
Loading…
Reference in a new issue