Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitde1baab

Browse files
facchinmpennam
authored andcommitted
mbed-os-to-arduino: don't include lwip folders
Due to include conflicts in case insentitive filesystems
1 parentdb9f2b1 commitde1baab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎mbed-os-to-arduino‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ generate_includes () {
164164

165165
find ./BUILD/"$BOARDNAME"/GCC_ARM${PROFILE}/ -type f -name'.include*' -print0| xargs -0 cat \
166166
| tr'''\n'| tr -d'"'| sed -e's#-I./mbed-os#-iwithprefixbefore/mbed#g' \
167-
| sed'/^-I./d'| cat \
167+
| sed'/^-I./d'|sed'/lwipstack/d'|cat \
168168
>"$ARDUINOVARIANT"/includes.txt
169169

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

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp