Browse Source

全部转为utf-8格式

Ye Jin 1 year ago
parent
commit
1b5f3db7c5

+ 1 - 1
User project/2.MotorDrive/Source/adc.c

@@ -332,7 +332,7 @@ void adc_voSampleUp_High(const ADC_COF *cof, ADC_UP_OUT *out)
     out->uwVdcReg = iAdc_GetResultPointer(0)[HW_ADC_UDC_CH]; 
 
     //out->uwVdcPu = (UWORD)((ULONG)out->uwVdcReg * cof->uwVdcReg2Pu >> 10); // Q14=Q24-Q10
-    out->uwVdcPu = (UWORD)((out->uwVdcReg * cof->uwVdcReg2Pu >> 10) - 410); // Q14=Q24-Q10,电路上DCDC的EN漏电流导致测量偏高1.2V
+    out->uwVdcPu = (UWORD)((out->uwVdcReg * cof->uwVdcReg2Pu >> 10) - 410); // Q14=Q24-Q10锛岀數璺�笂DCDC鐨凟N婕忕數娴佸�鑷存祴閲忓亸楂�1.2V
     /* Vdc LPF */
     out->uwVdcLpfPu = ((out->uwVdcPu - out->uwVdcLpfPu) >> 1) + out->uwVdcLpfPu;
 

+ 2 - 2
User project/2.MotorDrive/Source/alarm.c

@@ -1232,7 +1232,7 @@ Output/Return Variables:
 Subroutine Call:
 Reference:
 ****************************************************************/
-void alm_voDetec200MS(const ALM_BIKE_IN *in, const ALM_DETEC200MS_COF *coef) /* parasoft-suppress METRICS-28 "本项目圈复杂度无法更改,后续避免" */
+void alm_voDetec200MS(const ALM_BIKE_IN *in, const ALM_DETEC200MS_COF *coef) /* parasoft-suppress METRICS-28 "鏈�」鐩�湀澶嶆潅搴︽棤娉曟洿鏀癸紝鍚庣画閬垮厤" */
 { 
     /** Bike sensors judge each other **/
     /* Bike speed sensor fault */
@@ -1448,7 +1448,7 @@ Output/Return Variables:
 Subroutine Call:
 Reference:
 ****************************************************************/
-void alm_voReset1MS(const ALM_BIKE_IN *in, const ALM_RESET1MS_COF *coef, const ALM_DETEC200MS_COF *detctcoef) /* parasoft-suppress METRICS-28 "本项目圈复杂度无法更改,后续避免" */
+void alm_voReset1MS(const ALM_BIKE_IN *in, const ALM_RESET1MS_COF *coef, const ALM_DETEC200MS_COF *detctcoef) /* parasoft-suppress METRICS-28 "鏈�」鐩�湀澶嶆潅搴︽棤娉曟洿鏀癸紝鍚庣画閬垮厤" */
 {
     /*=======================================================================
     Recover condition

+ 1 - 1
User project/2.MotorDrive/Source/spdctrFSM.c

@@ -1,4 +1,4 @@
-/************************************************************************
+/************************************************************************
  Project:             Welling Motor Control Paltform
  Filename:            sysfsm.c
  Partner Filename:    sysfsm.h

+ 1 - 1
User project/3.BasicFunction/Include/enviolo_can.h

@@ -1,4 +1,4 @@
-#ifndef __ENVIOLO_CAN_H_
+#ifndef __ENVIOLO_CAN_H_
 #define __ENVIOLO_CAN_H_
 
 #include "stdint.h"

+ 1 - 1
User project/3.BasicFunction/Source/enviolo_can.c

@@ -1,4 +1,4 @@
-#include "enviolo_can.h"
+#include "enviolo_can.h"
 #include "can.h"
 #include "canAppl.h"
 #include "string.h"

+ 1 - 1
User project/3.BasicFunction/Source/ntc_sensor.c

@@ -1,4 +1,4 @@
-/**
+/**
  * @file ntc_sensor.c
  * @author zhouxiong(wangzy49@midea.com)
  * @brief 

+ 1 - 1
User project/4.BasicHardwSoftwLayer/2.BasicSoftwLayer/Include/queue.h

@@ -1,4 +1,4 @@
-/************************************************************************
+/************************************************************************
  Project:             Welling Motor Control Paltform
  Filename:            QUEUE.h
  Partner Filename:    QUEUE.c

+ 1 - 1
User project/4.BasicHardwSoftwLayer/2.BasicSoftwLayer/Source/glbcof.c

@@ -139,7 +139,7 @@ void cof_voSysInit(void)
  All rights reserved.
 *************************************************************************/
 #ifdef _GLBCOF_C_
-#undef _GLBCOF_C_       /* parasoft-suppress MISRA2004-19_6 "本项目中无法更改,后续避免使用" */
+#undef _GLBCOF_C_       /* parasoft-suppress MISRA2004-19_6 "鏈�」鐩�腑鏃犳硶鏇存敼锛屽悗缁�伩鍏嶄娇鐢�" */
 #endif
 /*************************************************************************
  End of this File (EOF)!