mirror of
https://github.com/openmv/openmv.git
synced 2025-11-04 14:49:50 +08:00
4 lines
89 B
C
4 lines
89 B
C
void pendsv_init(void);
|
|
void pendsv_nlr_jump(mp_obj_t o);
|
|
void pendsv_isr_handler(void);
|