mirror of
https://github.com/platformio/platformio-core.git
synced 2025-07-30 10:07:14 +02:00
Fix lint errors
This commit is contained in:
@ -121,7 +121,7 @@ elif "intel" in env.get("PLATFORM"):
|
||||
"framework-arduinointel"
|
||||
)
|
||||
|
||||
if "arc32" == BOARD_CORELIBDIRNAME:
|
||||
if BOARD_CORELIBDIRNAME == "arc32":
|
||||
env.Prepend(
|
||||
CPPPATH=[
|
||||
join("$PLATFORMFW_DIR", "system",
|
||||
|
Reference in New Issue
Block a user