From 842bb64195f958b050867c50db66fc0aa413dafb Mon Sep 17 00:00:00 2001
From: QuakeGod <quakegod@sina.com>
Date: 星期六, 27 七月 2024 10:42:56 +0800
Subject: [PATCH] KBus upgrade

---
 CCT6_TestApp1/Inc/functions.h |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/CCT6_TestApp1/Inc/functions.h b/CCT6_TestApp1/Inc/functions.h
index f699289..46e94e4 100644
--- a/CCT6_TestApp1/Inc/functions.h
+++ b/CCT6_TestApp1/Inc/functions.h
@@ -45,6 +45,9 @@
 	};
 }shortbits;
 
+#define RX1BUFSIZE 160
+#define TX1BUFSIZE 260
+
 #define UART3RXBUFSIZE 256
 #define UART3TXBUFSIZE 64
 
@@ -117,11 +120,12 @@
 
 void Uart6SendDone(void);
 void Uart6RecvDone(void);
-void Uart6SendPacket(char * str, int len);
+void Uart6SendPacket(void * str, int len);
 
-void SLPSendPacket(char * str, uchar len);
+void SLPSendPacket(void * str, uchar len);
 	
 int PutStr(char * str1, int len1);
+int PutStr2(char * str1, int len1);
 int SendPacket(int nChn, void * pBuf,int len1);
 //int SendPacket1(void * pBuf,int len1);
 //int SendPacket2(pKBPacket p1,int len1);

--
Gitblit v1.9.1