9 lines
109 B
C
9 lines
109 B
C
#include <xc.h>
|
|
|
|
#ifndef __FDR1_UART__
|
|
#define __FDR1_UART__
|
|
|
|
void UART_Init(void);
|
|
|
|
#endif //__FDR1_UART__
|