forked from platformio/platformio-core
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",
|
||||||
|
Reference in New Issue
Block a user