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

This commit is contained in:
robert-hh 2022-03-11 20:22:07 +01:00 committed by Damien George
parent 798a29f629
commit e3030f7436
1 changed files with 1 additions and 0 deletions

View File

@ -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: