Skip to content

Commit 2e0f0d9

Browse files
authored
undo format changes
1 parent 80058ba commit 2e0f0d9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/copy-libs.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -402,13 +402,13 @@ for item; do
402402
mkdir -p "$out_cpath$rel_p"
403403
cp -n $f "$out_cpath$rel_p/"
404404
done
405-
for f in `find "$item" -name '*.inc'`; do
405+
for f in `find "$item" -name '*.inc'`; do
406406
rel_f=${f#*$item}
407407
rel_p=${rel_f%/*}
408408
mkdir -p "$out_cpath$rel_p"
409409
cp -n $f "$out_cpath$rel_p/"
410410
done
411-
# Temporary measure to fix issues caused by https://github.com/espressif/esp-idf/commit/dc4731101dd567cc74bbe4d0f03afe52b7db9afb#diff-1d2ce0d3989a80830fdf230bcaafb3117f32046d16cf46616ac3d55b4df2a988R17
411+
# Temporary measure to fix issues caused by https://github.com/espressif/esp-idf/commit/dc4731101dd567cc74bbe4d0f03afe52b7db9afb#diff-1d2ce0d3989a80830fdf230bcaafb3117f32046d16cf46616ac3d55b4df2a988R17
412412
if [[ "$fname" == "bt" && "$out_sub" == "/include/$IDF_TARGET/include" && -f "$ipath/controller/$IDF_TARGET/esp_bt_cfg.h" ]]; then
413413
mkdir -p "$AR_SDK/include/$fname/controller/$IDF_TARGET"
414414
cp -n "$ipath/controller/$IDF_TARGET/esp_bt_cfg.h" "$AR_SDK/include/$fname/controller/$IDF_TARGET/esp_bt_cfg.h"

0 commit comments

Comments
 (0)