Skip to content

Commit 47ebc73

Browse files
committed
codal_port/mpconfigport.h: Provide config value for PATH_MAX of 128.
Signed-off-by: Damien George <damien@micropython.org>
1 parent 967c076 commit 47ebc73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/codal_port/mpconfigport.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
#include <stdint.h>
3333

3434
// Memory allocation policy
35-
#define MICROPY_ALLOC_PATH_MAX (PATH_MAX)
35+
#define MICROPY_ALLOC_PATH_MAX (128)
3636

3737
// MicroPython emitters
3838
#define MICROPY_EMIT_INLINE_THUMB (1)

0 commit comments

Comments
 (0)