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

Commitbf0b3e3

Browse files
committed
fix: printf with -f at the beginning of a format string
is recognized as an optionSigned-off-by: Frederic Pillon <frederic.pillon@st.com>
1 parent3912678 commitbf0b3e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎system/extras/prebuild.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ fi
1414
# the board platform folder to a relative path by using '.'.
1515
# (i.e. the folder containing boards.txt)
1616
if [!-f"$BUILD_SOURCE_PATH/build_opt.h" ];then
17-
printf'-fmacro-prefix-map="%s"=.'"${BOARD_PLATFORM_PATH//\\/\\\\}">"$BUILD_PATH/sketch/build.opt"
17+
printf'\n-fmacro-prefix-map="%s"=.'"${BOARD_PLATFORM_PATH//\\/\\\\}">"$BUILD_PATH/sketch/build.opt"
1818
else
1919
# Else copy the build_opt.h as build.opt
2020
# Workaround to the header file preprocessing done by arduino-cli

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp