summaryrefslogtreecommitdiff
path: root/stmhal
diff options
context:
space:
mode:
authorDamien George <damien.p.george@gmail.com>2014-08-12 20:02:26 +0100
committerDamien George <damien.p.george@gmail.com>2014-08-12 20:02:26 +0100
commit105e32f1a5126698b9032d013edffb12a550c0ce (patch)
tree8525ac8430c08b491964f19b90677af0b3835463 /stmhal
parentf20375eedd22eeee5f1b273f891631bed8878cdc (diff)
stmhal: Enable moductypes by default.
Also fixes compiler error in moductypes when compiled without debugging. Addresses issue #778.
Diffstat (limited to 'stmhal')
-rw-r--r--stmhal/mpconfigport.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/stmhal/mpconfigport.h b/stmhal/mpconfigport.h
index cbdfcf4d0..a70782f6d 100644
--- a/stmhal/mpconfigport.h
+++ b/stmhal/mpconfigport.h
@@ -51,6 +51,7 @@
#define MICROPY_PY_CMATH (1)
#define MICROPY_PY_IO (1)
#define MICROPY_PY_IO_FILEIO (1)
+#define MICROPY_PY_UCTYPES (1)
#define MICROPY_ENABLE_EMERGENCY_EXCEPTION_BUF (1)
#define MICROPY_EMERGENCY_EXCEPTION_BUF_SIZE (0)