mimxrt/modules: Append /flash/lib to the default sys.path.
This commit is contained in:
parent
798a29f629
commit
e3030f7436
|
@ -16,6 +16,7 @@ except:
|
||||||
os.mount(vfs, "/flash")
|
os.mount(vfs, "/flash")
|
||||||
os.chdir("/flash")
|
os.chdir("/flash")
|
||||||
sys.path.append("/flash")
|
sys.path.append("/flash")
|
||||||
|
sys.path.append("/flash/lib")
|
||||||
|
|
||||||
# do not mount the SD card if SKIPSD exists.
|
# do not mount the SD card if SKIPSD exists.
|
||||||
try:
|
try:
|
||||||
|
|
Loading…
Reference in New Issue