#ifndef __USART0_H__ #define __USART0_H__ #include "main.h" void uart0_init(void); #endif
#ifndef __USART0_H__
#define __USART0_H__
#include "main.h"
void uart0_init(void);
#endif