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:
Damien George
2024-10-10 11:44:59 +11:00
parent ece950d9be
commit 1223fa92f1
3 changed files with 2 additions and 54 deletions

View File

@@ -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