Skip to content

Commit 68395eb

Browse files
authored
Update arduino.py
1 parent d41ade9 commit 68395eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

builder/frameworks/arduino.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -683,7 +683,7 @@ def get_frameworks_in_current_env():
683683

684684
if mcu == "esp32c2":
685685
flag_custom_sdkconfig = True
686-
elif flag_custom_sdkconfig and not flag_any_custom_sdkconfig:
686+
if flag_custom_sdkconfig and not flag_any_custom_sdkconfig:
687687
call_compile_libs()
688688

689689
# Main logic for Arduino Framework

0 commit comments

Comments
 (0)