mirror of
https://github.com/platformio/platformio-core.git
synced 2025-07-31 18:44:27 +02:00
Fix lint errors
This commit is contained in:
@@ -121,7 +121,7 @@ elif "intel" in env.get("PLATFORM"):
|
|||||||
"framework-arduinointel"
|
"framework-arduinointel"
|
||||||
)
|
)
|
||||||
|
|
||||||
if "arc32" == BOARD_CORELIBDIRNAME:
|
if BOARD_CORELIBDIRNAME == "arc32":
|
||||||
env.Prepend(
|
env.Prepend(
|
||||||
CPPPATH=[
|
CPPPATH=[
|
||||||
join("$PLATFORMFW_DIR", "system",
|
join("$PLATFORMFW_DIR", "system",
|
||||||
|
@@ -107,7 +107,7 @@ env.Replace(
|
|||||||
"-Wl,--no-whole-archive"
|
"-Wl,--no-whole-archive"
|
||||||
],
|
],
|
||||||
|
|
||||||
LIBS=["c", "m", "gcc"],
|
LIBS=["c", "m", "gcc"],
|
||||||
|
|
||||||
SIZEPRINTCMD='"$SIZETOOL" -B -d $SOURCES',
|
SIZEPRINTCMD='"$SIZETOOL" -B -d $SOURCES',
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user