mirror of
https://github.com/micropython/micropython.git
synced 2026-01-06 20:20:14 +01:00
renesas-ra/pendsv: Remove preemptive keyboard interrupt via PendSV.
Following the same change to the stm32 port. Signed-off-by: Damien George <damien@micropython.org>
This commit is contained in:
@@ -48,7 +48,6 @@ enum {
|
||||
typedef void (*pendsv_dispatch_t)(void);
|
||||
|
||||
void pendsv_init(void);
|
||||
void pendsv_kbd_intr(void);
|
||||
void pendsv_schedule_dispatch(size_t slot, pendsv_dispatch_t f);
|
||||
|
||||
#endif // MICROPY_INCLUDED_RENESAS_RA_PENDSV_H
|
||||
|
||||
Reference in New Issue
Block a user