#ifndef __USART_H #define __USART_H void usart2_init(int baud); void uart6_init(int baud); void uart7_init(int baud); #endif // __USART_H