directories functions header added (from esp-idf/components/vfs)

This commit is contained in:
Joachim Burket
2020-06-30 14:34:39 +02:00
parent 62d3b0d9b7
commit 865644b64e
3 changed files with 4 additions and 39 deletions

View File

@ -67,7 +67,7 @@ cp $SCRIPTDIR/resources/alloc_fix.cpp ./3rdparty/ade/ade-0.1.1f/sources/ade/sour
echo "================================================================================"
echo "Compiling with make -j"
echo "================================================================================"
make -j
make -j3
### installing in output directory ###
echo "================================================================================"