mirror of
https://github.com/micropython/micropython.git
synced 2026-01-07 20:50:14 +01:00
all: Rename mp_keyboard_interrupt to mp_sched_keyboard_interrupt.
To match mp_sched_exception() and mp_sched_schedule(). Signed-off-by: Damien George <damien@micropython.org>
This commit is contained in:
@@ -128,7 +128,7 @@ STATIC void uart_event_handler(nrfx_uart_event_t const *p_event, void *p_context
|
||||
nrfx_uart_rx(self->p_uart, &self->buf->rx_buf[0], 1);
|
||||
#if !MICROPY_PY_BLE_NUS && MICROPY_KBD_EXCEPTION
|
||||
if (chr == mp_interrupt_char) {
|
||||
mp_keyboard_interrupt();
|
||||
mp_sched_keyboard_interrupt();
|
||||
} else
|
||||
#endif
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user