We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24d75e7 commit 5a32610Copy full SHA for 5a32610
mbed-os-to-arduino
@@ -152,7 +152,7 @@ generate_includes () {
152
153
find ./BUILD/"$BOARDNAME"/GCC_ARM${PROFILE}/ -type f -name '.include*' -print0 | xargs -0 cat \
154
| tr ' ' '\n' | tr -d '"' | sed -e 's#-I./mbed-os#-iwithprefixbefore/mbed#g' \
155
- | sed '/^-I./d' | tac \
+ | sed '/^-I./d' | cat \
156
> "$ARDUINOVARIANT"/includes.txt
157
158
echo -n " copying to destination... "
0 commit comments