Skip to content

Commit c5830c2

Browse files
committed
Make build script for STM32Cube less vebose
1 parent 1111f54 commit c5830c2

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

builder/frameworks/stm32cube.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -130,11 +130,7 @@ def generate_hal_config_file():
130130

131131
if board.get("build.stm32cube.custom_config_header", "no") == "yes":
132132
if os.path.isfile(conf_h_path):
133-
sys.stderr.write(
134-
"Warning: '" + conf_h_path + "' exists, but custom_config_header=yes! Deleting...\n"
135-
)
136133
os.remove(conf_h_path)
137-
print("Using custom " + os.path.basename(conf_h_path) + "\n")
138134
else:
139135
if os.path.isfile(conf_h_path):
140136
return

0 commit comments

Comments
 (0)