mirror of
https://github.com/micropython/micropython.git
synced 2026-01-06 20:20:14 +01:00
samd/mphalport: Fix USB endpoint handling ignoring Ctrl-C.
Porting PR #8040 by @hoihu to SAMD, following the commit
5873390226.
One small addition: before executing keyboard interrupt, the input buffer
is cleared.
This commit is contained in:
@@ -131,6 +131,7 @@ SRC_C += \
|
||||
shared/libc/string0.c \
|
||||
shared/readline/readline.c \
|
||||
shared/runtime/gchelper_native.c \
|
||||
shared/runtime/interrupt_char.c \
|
||||
shared/runtime/pyexec.c \
|
||||
shared/runtime/softtimer.c \
|
||||
shared/runtime/stdout_helpers.c \
|
||||
|
||||
Reference in New Issue
Block a user