69661f3343
This is run with uncrustify 0.70.1, and black 19.10b0.
14 lines
174 B
Python
14 lines
174 B
Python
import gc
|
|
import uos
|
|
from flashbdev import bdev
|
|
|
|
try:
|
|
if bdev:
|
|
uos.mount(bdev, "/")
|
|
except OSError:
|
|
import inisetup
|
|
|
|
vfs = inisetup.setup()
|
|
|
|
gc.collect()
|