Skip to content

Commit

Permalink
fix espidf compilation: reference to files in subdirectory fas_arch/
Browse files Browse the repository at this point in the history
  • Loading branch information
gin66 committed Aug 18, 2024
1 parent 9373f65 commit d5630c9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions extras/scripts/build-pio-dirs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,6 @@ do
cd src
FILES=`cd ../../../extras/idf_examples/$i;find . -type f`
for f in $FILES;do ln -s ../../../extras/idf_examples/$i/$f .;done
FILES=`cd ../../../src/.;find . -type f`
for f in $FILES;do ln -s ../../../src/$f .;done
cd ../../..
done

Expand Down

0 comments on commit d5630c9

Please sign in to comment.