From 0fe6b074f3f3994d87af195f37e349a83e27882c Mon Sep 17 00:00:00 2001
From: QuakeGod <QuakeGod@sina.com>
Date: 星期六, 10 十二月 2022 16:55:40 +0800
Subject: [PATCH] FP0 fix utf8 char

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

diff --git a/Inc/functions.h b/Inc/functions.h
index 7a8fe6c..6ce84e7 100644
--- a/Inc/functions.h
+++ b/Inc/functions.h
@@ -21,7 +21,7 @@
 extern volatile unsigned int CurTickuS;	
 //extern volatile unsigned int ThisRunTime;	
 //extern volatile unsigned int TotalRunTime;
-//extern volatile unsigned int PwrCount;				//开机次数
+//extern volatile unsigned int PwrCount;				//寮�鏈烘鏁�
 
 typedef unsigned char uint8_t;
 typedef unsigned char uchar;
@@ -31,7 +31,7 @@
  
 int InituS(int TickFreq1);
 unsigned int GetuS(void);
-
+void logData(unsigned char d);
 int InitUartstat(stUartStat * pUartstat,void * pBufRx, int nSizeRx, void * pBufTx, int nSizeTx);
 int Uart1SendDMA(void * pData, int nSize);
 int Uart1TriggerSendDMA(void );
@@ -54,13 +54,15 @@
 int PutStr(char * str1, int len1);
 int SendPacket(int nChn, void * pBuf,int len1);
 //int SendPacket1(void * pBuf,int len1);
-//int SendPacket2(pPacket p1,int len1);
+//int SendPacket2(pKBPacket p1,int len1);
 void ToggleRunLed(void );
 void ToggleErrLed(void );
+void ToggleErr2Led(void );
 void ToggleOutStat(void );
 int ReadJumperSW(void );
 void SetRunLed(uchar bOn);
 void SetErrLed(uchar bOn);
+void SetErr2Led(uchar bOn);
 void SetOutStat(uchar bOn);
 void Enable595(uchar bEnable);
 unsigned int GetInput(void );

--
Gitblit v1.9.1