bugfix: on simulator SD active LED not always turned off

This commit is contained in:
Peter D. Gray 2023-05-31 10:33:39 -04:00 committed by scgbckbone
parent 0e2be61276
commit 11db6004e4

View File

@ -258,7 +258,9 @@ class CardSlot:
elif glob.VD:
glob.VD.unmount(self.wrote_files)
self.active_led.off() # required on simulator
self.mountpt = None
return False
def open(self, fname, mode='r', **kw):