#ifndef _APP_H_ #define _APP_H_ #include #define DEBUG_UART USART1 void hw_init(void); #endif