Skip to content

Commit d90d38f

Browse files
committed
硬件复位标志
1 parent ff664c8 commit d90d38f

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

port/boards/mpython/modules/_boot.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
vfs = inisetup.setup()
1919

2020
# 硬件复位标志
21-
# for count in range(3):
22-
# print("=$%#=")
23-
# time.sleep_ms(150)
21+
for count in range(3):
22+
print("=$%#=")
23+
time.sleep_ms(150)
2424
gc.collect()

0 commit comments

Comments
 (0)