diff options
Diffstat (limited to 'esp8266/modules/_boot.py')
-rw-r--r-- | esp8266/modules/_boot.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/esp8266/modules/_boot.py b/esp8266/modules/_boot.py index 52683693d4..81eb20dd63 100644 --- a/esp8266/modules/_boot.py +++ b/esp8266/modules/_boot.py @@ -8,6 +8,6 @@ try: uos.mount(bdev, '/') except OSError: import inisetup - vfs = inisetup.setup() + inisetup.setup() gc.collect() |