forked from SZV10X_Software/SZV103_FM33A0xxEV_SiZhu

jinlicong
2024-06-06 b39a40b0191e0a8b155db74e885ff66e17b91896
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