Skip to content

Commit f23a044

Browse files
committed
Remove dsp from mbed lib build
To keep in sync with ARMmbed/mbed-os#12055
1 parent 54852a6 commit f23a044

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: mbed-os-to-arduino

+1-1
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ mbed_compile () {
126126
export PROFILE=-${PROFILE^^}
127127
fi
128128

129-
mbed compile $PROFILE_FLAG --source . --source ./mbed-os/features/unsupported/dsp/ -v \
129+
mbed compile $PROFILE_FLAG --source . -v \
130130
| tee >(cat | grep 'Compile \[' >&2) | grep "Macros:" > "$BOARDNAME".macros.txt
131131
echo " done."
132132
}

0 commit comments

Comments
 (0)