Skip to content

Commit 5d892a2

Browse files
authored
Update component_manager.py
1 parent cb55e00 commit 5d892a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

builder/frameworks/component_manager.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ def __init__(self, env):
2222
self.ignored_libs: Set[str] = set()
2323

2424
self.arduino_framework_dir = self.platform.get_package_dir("framework-arduinoespressif32")
25-
self.arduino_libs_mcu = join(self.platform.get_package_dir("framework-arduinoespressif32-libs", self.mcu)
25+
self.arduino_libs_mcu = join(self.platform.get_package_dir("framework-arduinoespressif32-libs", self.mcu))
2626

2727
def handle_component_settings(self, add_components: bool = False, remove_components: bool = False) -> None:
2828
"""Handle adding and removing IDF components based on project configuration."""

0 commit comments

Comments
 (0)