Skip to content

Commit 62f282a

Browse files
authored
Modify _configure_arduino_framework to accept mcu
Added 'mcu' parameter to the '_configure_arduino_framework' method.
1 parent 8d4005f commit 62f282a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

platform.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -557,7 +557,7 @@ def _handle_existing_tool(self, tool_name: str, paths: Dict[str, str]) -> bool:
557557

558558
return self.install_tool(tool_name)
559559

560-
def _configure_arduino_framework(self, frameworks: List[str]) -> None:
560+
def _configure_arduino_framework(self, frameworks: List[str], mcu: str) -> None:
561561
"""Configure Arduino framework dependencies."""
562562
if "arduino" not in frameworks:
563563
return

0 commit comments

Comments
 (0)