From 3643451d6c045f0a1cc7a5545d6e8d3676eb473b Mon Sep 17 00:00:00 2001 From: Wanderingss <1624155937@qq.com> Date: Tue, 12 May 2026 09:43:59 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E4=BA=8B=E4=BB=B6=E8=A7=A6?= =?UTF-8?q?=E5=8F=91=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/remoteDisplay.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/remoteDisplay.c b/src/remoteDisplay.c index 0efcbf9..ca8a357 100644 --- a/src/remoteDisplay.c +++ b/src/remoteDisplay.c @@ -7,14 +7,12 @@ * 修改记录: * 2026-05-11 王建锋 创建初始版本 */ - +#include "remoteDisplay.h" #include #include - #include "Drv/lcd/lcd.h" #include "TCP/tcp.h" #include "Drv/key.h" -#include "remoteDisplay.h" #include "remoteDisplayProtocol.h" /* 回复帧最大长度:头4 + 最大 payload(4+LCD_DISPLAYMEMORYSIZE) + crc1 */