#ifndef __USART2_H #define __USART2_H #include <stdint.h> #include <stdio.h> void Usart2_Init(void); #endif