aboutsummaryrefslogtreecommitdiff
path: root/stm
diff options
context:
space:
mode:
authorDamien George2014-02-06 21:11:19 +0000
committerDamien George2014-02-06 21:11:19 +0000
commit354d15a964474b0ced060abfbb8f889be8ce8efd (patch)
tree75fda8eda709fa29bc0d649967119653f4fe71d7 /stm
parent64131f321544a28a193e54b1241c8d2efc9ae313 (diff)
Implement fixed buffer vstrs; use them for import path.
Diffstat (limited to 'stm')
-rw-r--r--stm/mpconfigport.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/stm/mpconfigport.h b/stm/mpconfigport.h
index d6a7f697b..fd7af29d2 100644
--- a/stm/mpconfigport.h
+++ b/stm/mpconfigport.h
@@ -7,6 +7,7 @@
#define MICROPY_ENABLE_GC (1)
#define MICROPY_ENABLE_REPL_HELPERS (1)
#define MICROPY_ENABLE_FLOAT (1)
+#define MICROPY_PATH_MAX (128)
// type definitions for the specific machine