[beken-72xx] Update Arduino core to new structure
This commit is contained in:
@@ -75,7 +75,13 @@ def env_add_arduino_libraries(env: Environment, queue, name: str, path: str) ->
|
||||
"+<**/*.c*>",
|
||||
],
|
||||
includes=[
|
||||
"!<*/*>" if name.startswith("common") else "!<*>",
|
||||
"!<*/.>",
|
||||
"!<*/*>",
|
||||
]
|
||||
if name.startswith("common")
|
||||
else [
|
||||
"!<.>",
|
||||
"!<*>",
|
||||
],
|
||||
)
|
||||
return True
|
||||
|
||||
Reference in New Issue
Block a user