summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordanicampora <daniel@wipy.io>2015-10-19 21:28:32 +0200
committerdanicampora <daniel@wipy.io>2015-10-21 15:30:56 +0200
commit9a507c67ad301d3f610708e8c11d39c3a19b43d9 (patch)
treeb9d64c1be059f94778916f864ce591370039f2da
parent9d7ef05caf614bdf862b8c4484c69e794231a51c (diff)
cc3200: Enable REPL autoindent.
-rw-r--r--cc3200/mpconfigport.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/cc3200/mpconfigport.h b/cc3200/mpconfigport.h
index 3dadb539d..89e63dbee 100644
--- a/cc3200/mpconfigport.h
+++ b/cc3200/mpconfigport.h
@@ -43,6 +43,7 @@
#define MICROPY_HELPER_REPL (1)
#define MICROPY_ENABLE_SOURCE_LINE (1)
#define MICROPY_ENABLE_DOC_STRING (0)
+#define MICROPY_REPL_AUTO_INDENT (1)
#define MICROPY_ERROR_REPORTING (MICROPY_ERROR_REPORTING_TERSE)
#define MICROPY_LONGINT_IMPL (MICROPY_LONGINT_IMPL_MPZ)
#define MICROPY_FLOAT_IMPL (MICROPY_FLOAT_IMPL_NONE)