Skip to content
Snippets Groups Projects
Commit ab9d7619 authored by Robert HH's avatar Robert HH Committed by Damien George
Browse files

cc3200: Enable micropython.kbd_intr() method

parent d4b75f6b
No related branches found
No related tags found
No related merge requests found
......@@ -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 \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment