#ifndef __UART_LCD_H__ #define __UART_LCD_H__ #include "main.h" void uart_lcd_draw_ipaddr(void); #endif