Skip to content

Commit

Permalink
去掉CXXFLAGS尾部空格
Browse files Browse the repository at this point in the history
  • Loading branch information
ComerLater committed May 11, 2024
1 parent 6baf295 commit 6b9ecd7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/telemetry/mavlink/SConscript
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ objs = DefineGroup(
src,
depend=["TEL_USING_MAVLINK"],
LOCAL_CPPPATH=inc,
CFLAGS=" -Wno-address-of-packed-member ",
CXXFLAGS=" -Wno-address-of-packed-member ",
CFLAGS=" -Wno-address-of-packed-member",
CXXFLAGS=" -Wno-address-of-packed-member",
)


Expand Down

0 comments on commit 6b9ecd7

Please sign in to comment.