mirror of
https://github.com/micropython/micropython.git
synced 2025-09-06 09:50:20 +02:00
4 lines
88 B
C
4 lines
88 B
C
void pendsv_init(void);
|
|
void pendsv_nlr_jump(void *val);
|
|
void pendsv_isr_handler(void);
|