diff options
author | Robert HH <robert@hammelrath.com> | 2017-09-02 17:30:48 +0200 |
---|---|---|
committer | Damien George <damien.p.george@gmail.com> | 2017-09-04 17:19:59 +1000 |
commit | ab9d7619fcad204b7f7d303e1663f70fd3fffc6a (patch) | |
tree | 6b93b96ce6d39a9c6cda0bdacc421a8d9b1cb955 | |
parent | d4b75f6b6822885e331c69a74e56e23af40a6264 (diff) | |
download | micropython-ab9d7619fcad204b7f7d303e1663f70fd3fffc6a.tar.gz micropython-ab9d7619fcad204b7f7d303e1663f70fd3fffc6a.zip |
cc3200: Enable micropython.kbd_intr() method
-rw-r--r-- | cc3200/mpconfigport.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cc3200/mpconfigport.h b/cc3200/mpconfigport.h index a5b007daf6..29ae9092b1 100644 --- a/cc3200/mpconfigport.h +++ b/cc3200/mpconfigport.h @@ -120,6 +120,7 @@ #define MICROPY_ENABLE_EMERGENCY_EXCEPTION_BUF (1) #define MICROPY_EMERGENCY_EXCEPTION_BUF_SIZE (0) +#define MICROPY_KBD_EXCEPTION (1) // We define our own list of errno constants to include in uerrno module #define MICROPY_PY_UERRNO_LIST \ |