We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0cd337d commit d2e2838Copy full SHA for d2e2838
builder/frameworks/arduino.py
@@ -288,8 +288,6 @@ class PathCache:
288
def __init__(self, platform, mcu, chip_variant):
289
self.platform = platform
290
self.mcu = mcu
291
- chip_variant = env.BoardConfig().get("build.chip_variant", "").lower()
292
- chip_variant = chip_variant if chip_variant else mcu
293
self.chip_variant = chip_variant
294
self._framework_dir = None
295
self._framework_lib_dir = None
0 commit comments