diff options
| author | Glenn Ruben Bakke <glennbakke@gmail.com> | 2020-07-23 21:15:05 +0200 |
|---|---|---|
| committer | Damien George <damien@micropython.org> | 2021-08-08 23:17:49 +1000 |
| commit | 6ff3a2afef3263153d50c73ea5c0d941dc701a9d (patch) | |
| tree | 0e0b8e0b7812e50102a4622cc49e28f9c81be33b | |
| parent | f99aa82e850a32caee2ef864da673e9c5c529054 (diff) | |
nrf/qstrdefsport.h: Add entries for in-built FS mount points.
| -rw-r--r-- | ports/nrf/qstrdefsport.h | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/ports/nrf/qstrdefsport.h b/ports/nrf/qstrdefsport.h index 9608dbb24..3cc2f1e64 100644 --- a/ports/nrf/qstrdefsport.h +++ b/ports/nrf/qstrdefsport.h @@ -27,6 +27,12 @@ // qstrs specific to this port // *FORMAT-OFF* +// Entries for sys.path +Q(/flash) + +// For uos.sep +Q(/) + Q(a) Q(a#) Q(a#:1) @@ -138,4 +144,3 @@ Q(r4:2) Q(r:1) Q(r:2) Q(r:3) - |
