Skip to content

Commit 5a32610

Browse files
committed
mbed-os-to-arduino: don't reverse include order
1 parent 24d75e7 commit 5a32610

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mbed-os-to-arduino

+1-1
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ generate_includes () {
152152

153153
find ./BUILD/"$BOARDNAME"/GCC_ARM${PROFILE}/ -type f -name '.include*' -print0 | xargs -0 cat \
154154
| tr ' ' '\n' | tr -d '"' | sed -e 's#-I./mbed-os#-iwithprefixbefore/mbed#g' \
155-
| sed '/^-I./d' | tac \
155+
| sed '/^-I./d' | cat \
156156
> "$ARDUINOVARIANT"/includes.txt
157157

158158
echo -n " copying to destination... "

0 commit comments

Comments
 (0)