diff options
| author | Damien George | 2014-02-06 21:11:19 +0000 |
|---|---|---|
| committer | Damien George | 2014-02-06 21:11:19 +0000 |
| commit | 354d15a964474b0ced060abfbb8f889be8ce8efd (patch) | |
| tree | 75fda8eda709fa29bc0d649967119653f4fe71d7 /stm | |
| parent | 64131f321544a28a193e54b1241c8d2efc9ae313 (diff) | |
Implement fixed buffer vstrs; use them for import path.
Diffstat (limited to 'stm')
| -rw-r--r-- | stm/mpconfigport.h | 1 |
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 |
