forked from SZV10X_Software/SZV103_FM33A0xxEV_SiZhu

wujiazhi
2024-06-11 65062d0d5b21f838aa0043a15ce54cfab8d72c43
1
2
3
4
5
6
7
8
9
#ifndef _EXTI_H_
#define _EXTI_H_
 
#include "define_all.h" 
 
 
void All_Exti_Init(void);
 
#endif