summaryrefslogtreecommitdiffstatshomepage
path: root/unix
diff options
context:
space:
mode:
authorDamien George <damien.p.george@gmail.com>2014-10-09 16:45:15 +0100
committerDamien George <damien.p.george@gmail.com>2014-10-09 16:45:15 +0100
commit7989b076376900ee6fb0ab7a86875844b5c179aa (patch)
tree5c373e6afd198e5eaf5f935542779d8067155878 /unix
parent67f25dfe6f4b13a3b8d40746d2b2fd720c63caed (diff)
parent4091445612a14451590064f337eeb190d969d243 (diff)
downloadmicropython-7989b076376900ee6fb0ab7a86875844b5c179aa.tar.gz
micropython-7989b076376900ee6fb0ab7a86875844b5c179aa.zip
Merge branch 'dhylands-memory-error'
Diffstat (limited to 'unix')
-rw-r--r--unix/mpconfigport.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/mpconfigport.h b/unix/mpconfigport.h
index b13fa16a72..4475c93f70 100644
--- a/unix/mpconfigport.h
+++ b/unix/mpconfigport.h
@@ -72,7 +72,7 @@
#endif
#define MICROPY_ENABLE_EMERGENCY_EXCEPTION_BUF (1)
-#define MICROPY_EMERGENCY_EXCEPTION_BUF_SIZE (128)
+#define MICROPY_EMERGENCY_EXCEPTION_BUF_SIZE (256)
extern const struct _mp_obj_module_t mp_module_os;
extern const struct _mp_obj_module_t mp_module_time;