summaryrefslogtreecommitdiff
path: root/stmhal/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'stmhal/main.c')
-rw-r--r--stmhal/main.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/stmhal/main.c b/stmhal/main.c
index d92ccdd5b..f07a5eef1 100644
--- a/stmhal/main.c
+++ b/stmhal/main.c
@@ -336,7 +336,6 @@ soft_reset:
fno.lfname = NULL;
fno.lfsize = 0;
#endif
- led_debug(0, 500);
FRESULT res = f_stat("0:/boot.py", &fno);
if (res == FR_OK) {
if (fno.fattrib & AM_DIR) {