Skip to content

Commit 5e3a36c

Browse files
committed
test
1 parent 2c1d527 commit 5e3a36c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/config.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22
# shellcheck disable=SC2034
33

4-
DEBUG() { echo -e "\nDEBUG: $*\n" >&2; }
4+
DEBUG() { echo -e "\nDEBUG: $*" >&2; }
55

66
if [ -z "$IDF_PATH" ]; then
77
export IDF_PATH="$PWD/esp-idf"

0 commit comments

Comments
 (0)