Skip to content

Commit ab9d761

Browse files
robert-hhdpgeorge
authored andcommitted
cc3200: Enable micropython.kbd_intr() method
1 parent d4b75f6 commit ab9d761

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cc3200/mpconfigport.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@
120120

121121
#define MICROPY_ENABLE_EMERGENCY_EXCEPTION_BUF (1)
122122
#define MICROPY_EMERGENCY_EXCEPTION_BUF_SIZE (0)
123+
#define MICROPY_KBD_EXCEPTION (1)
123124

124125
// We define our own list of errno constants to include in uerrno module
125126
#define MICROPY_PY_UERRNO_LIST \

0 commit comments

Comments
 (0)