Skip to content

Commit

Permalink
中断标志
Browse files Browse the repository at this point in the history
  • Loading branch information
lijutsang committed Dec 20, 2021
1 parent 2119089 commit c5af724
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions port/boards/mpython/modules/_boot.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
import time
# 硬件复位标志
for count in range(3):
print("=$%#=")
time.sleep_ms(150)

import gc
import uos
from flashbdev import bdev
Expand All @@ -22,4 +17,9 @@
import inisetup
vfs = inisetup.setup()

# 硬件复位标志
for count in range(3):
print("=$%#=")
time.sleep_ms(150)

gc.collect()

0 comments on commit c5af724

Please sign in to comment.