11 lines
84 B
C
11 lines
84 B
C
#ifndef _FTSC_H
|
|
#define _FTSC_H
|
|
|
|
|
|
int rx_ftsc(void);
|
|
int tx_ftsc(void);
|
|
|
|
|
|
#endif
|
|
|