forked from SZV10X_Software/SZV103_FM33A0xxEV_SiZhu

jinlicong
2024-05-21 a05cacad5239ab3f35ffb58f443356b484e6cc1b
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#ifndef _COMP_H_
#define _COMP_H_
 
#include "define_all.h"
 
 
 
 
void Comp1_IO_PF6_Init(void);
void Comp1_Init(void);
 
 
 
#endif