forked from SZV10X_Software/SZV103_FM33A0xxEV_SiZhu

wujiazhi
2024-06-07 d0cca79a4aa7efce979c6aed275fe1bb75af4cc4
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef _SVD_H_
#define _SVD_H_
 
#include "define_all.h"
 
 
 
 
void SVD_IO_PF11_Init(void);
void SVD_SVS_Init(void);
 
#endif