mimxrt/modules: Append /flash/lib to the default sys.path.

pull/8439/head
robert-hh 2022-03-11 20:22:07 +01:00 zatwierdzone przez Damien George
rodzic 798a29f629
commit e3030f7436
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -16,6 +16,7 @@ except:
os.mount(vfs, "/flash")
os.chdir("/flash")
sys.path.append("/flash")
sys.path.append("/flash/lib")
# do not mount the SD card if SKIPSD exists.
try: