Skip to content

Commit c9b4194

Browse files
authored
Merge pull request espressif#120 from brentru/fix-avr-build
Fix positional argument issue with AVR installation call
2 parents 26f4986 + 85b91db commit c9b4194

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: build_platform.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ def manually_install_esp32_bsp():
213213
print(out)
214214
print("Installed ESP32 BSP from source!")
215215

216-
def install_platform(fqbn, platform_name):
216+
def install_platform(fqbn, platform_name=None):
217217
print("Installing", fqbn, end=" ")
218218
if fqbn == "adafruit:avr": # we have a platform dep
219219
install_platform("arduino:avr")

0 commit comments

Comments
 (0)