Skip to content

Commit cb55e00

Browse files
authored
Update arduino.py
1 parent c19d1a0 commit cb55e00

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
@@ -380,7 +380,7 @@ def safe_remove_sdkconfig_files():
380380
framework_reinstall = False
381381

382382
FRAMEWORK_DIR = path_cache.framework_dir
383-
FRAMEWORK_LIB_DIR = path_cache.framework_libs_dir
383+
FRAMEWORK_LIB_DIR = path_cache.framework_lib_dir
384384

385385
SConscript("_embed_files.py", exports="env")
386386

0 commit comments

Comments
 (0)