mirror of
https://github.com/micropython/micropython.git
synced 2026-03-14 12:50:16 +01: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);
|