mirror of
https://github.com/platformio/platformio-core.git
synced 2025-07-31 02:27:13 +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",
|
||||||
|
Reference in New Issue
Block a user