#ifndef _BY_DEBUG_H__ #define _BY_DEBUG_H__ #include #include "lwprintf.h" #define BY_DEBUG_USART_INDEX (USART1) void by_debug_init(void); #endif