From e1f35018c4dec304b00f50d9dbe12204fd57a623 Mon Sep 17 00:00:00 2001
From: QuakeGod <QuakeGod@sina.com>
Date: 星期四, 29 九月 2022 15:35:10 +0800
Subject: [PATCH] update infoblock step 1

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

diff --git a/Inc/functions.h b/Inc/functions.h
index cc5c54a..c597f74 100644
--- a/Inc/functions.h
+++ b/Inc/functions.h
@@ -43,6 +43,9 @@
 int Uart3RecvDMA(void * pBuf, int nSize);
 int Uart3TriggerRecvDMA(void );
 int Uart3TriggerSendDMA(void );
+void TriggerPendSV(void);
+void PendSvCallBack(void);
+	
 void Uart1SendDone(void);
 void Uart1RecvDone(void);
 void Uart2SendDone(void);
@@ -66,9 +69,10 @@
 unsigned short crc_check(const unsigned char * data, unsigned int  length);
 unsigned short crc16bitbybit(const unsigned char *ptr, unsigned int len);
 uint16_t crc16table(const uint8_t *ptr, uint16_t len);
-uint16_t crc16tablefast(const uint8_t *ptr, uint16_t len) ;
+//uint16_t crc16tablefast(const uint8_t *ptr, uint16_t len) ;
 
 void EnableDisIn(uchar bEnable);
 void displayInput(unsigned int cc);
-
+void PutOutputSPI1(unsigned int Y);
+	
 #endif  /* __MYFUNCTIONS_H__ */

--
Gitblit v1.9.1