Commit ce87178f authored by 高士达's avatar 高士达

Merge branch 'lijianshuang' into 'dev'

Lijianshuang

See merge request !29
parents 5e7728d9 83ef960d
...@@ -275,7 +275,7 @@ ...@@ -275,7 +275,7 @@
</OCR_RVCT3> </OCR_RVCT3>
<OCR_RVCT4> <OCR_RVCT4>
<Type>1</Type> <Type>1</Type>
<StartAddress>0x8000</StartAddress> <StartAddress>0x0</StartAddress>
<Size>0x40000</Size> <Size>0x40000</Size>
</OCR_RVCT4> </OCR_RVCT4>
<OCR_RVCT5> <OCR_RVCT5>
......
...@@ -82,6 +82,7 @@ Linelib_uint8_t Get_LINE_IN_FAULT_ELECTROSPRAY(void) ...@@ -82,6 +82,7 @@ Linelib_uint8_t Get_LINE_IN_FAULT_ELECTROSPRAY(void)
{ {
ret = 0; ret = 0;
} }
return ret;
} }
Linelib_uint8_t Get_LINE_IN_Fault_ABS(void) Linelib_uint8_t Get_LINE_IN_Fault_ABS(void)
...@@ -95,6 +96,7 @@ Linelib_uint8_t Get_LINE_IN_Fault_ABS(void) ...@@ -95,6 +96,7 @@ Linelib_uint8_t Get_LINE_IN_Fault_ABS(void)
{ {
ret = 0; ret = 0;
} }
return ret;
} }
Linelib_uint8_t Get_LINE_IN_Oil_Pressure(void) Linelib_uint8_t Get_LINE_IN_Oil_Pressure(void)
...@@ -108,6 +110,7 @@ Linelib_uint8_t Get_LINE_IN_Oil_Pressure(void) ...@@ -108,6 +110,7 @@ Linelib_uint8_t Get_LINE_IN_Oil_Pressure(void)
{ {
ret = 0; ret = 0;
} }
return ret;
} }
......
...@@ -62,8 +62,9 @@ const LED_Attribute_st LED_Attribute [ LED_Max ] = { ...@@ -62,8 +62,9 @@ const LED_Attribute_st LED_Attribute [ LED_Max ] = {
{em_LED_Lateral_Strut, SelfCheck, NoExterNalCheck, LED_IGN_ON, 0u, 3000ul, LED_Lateral_Strut_Judgement, LED_Lateral_Strut_Execution}, {em_LED_Lateral_Strut, SelfCheck, NoExterNalCheck, LED_IGN_ON, 0u, 3000ul, LED_Lateral_Strut_Judgement, LED_Lateral_Strut_Execution},
#if(IC_Current == TY200_080000b_ty) #if(IC_Current == TY200_080000b_ty)
{em_LED_Tire_Pressure_Alarm, SelfCheck, NoExterNalCheck, LED_IGN_ON, 0u, 3000ul, LED_Tire_Pressure_Judgement, LED_Tire_Pressure_Execution}, {em_LED_Tire_Pressure_Alarm, SelfCheck, NoExterNalCheck, LED_IGN_ON, 0u, 3000ul, LED_Tire_Pressure_Judgement, LED_Tire_Pressure_Execution},
//{em_LED_Navigator, SelfCheck, NoExterNalCheck, LED_IGN_ON, 0u, 3000ul, LED_Navigato_Judgement, LED_Navigato_Execution},
#endif #endif
//{em_LED_Navigator, SelfCheck, NoExterNalCheck, LED_IGN_ON, 0u, 3000ul, LED_Navigato_Judgement, LED_Navigato_Execution},
}; };
......
...@@ -313,7 +313,7 @@ ...@@ -313,7 +313,7 @@
#define SWV 0x100 // 0x100 = 1.00 software version 软件版本号 #define SWV 0x100 // 0x100 = 1.00 software version 软件版本号
#define HWV 0x100 // 0x100 = 1.00 hardware version 硬件版本号 #define HWV 0x100 // 0x100 = 1.00 hardware version 硬件版本号
#define BTV 0x100 // 0x100 = 1.00 bootloader version boot程序版本号 #define BTV 0x100 // 0x100 = 1.00 bootloader version boot程序版本号
#define INTLV 0x101 // 0x100 = 1.00 internal version 内部版本号 #define INTLV 0x102 // 0x100 = 1.00 internal version 内部版本号
#define PROG_Y 0x24 // 0x24 = 2024年, program year #define PROG_Y 0x24 // 0x24 = 2024年, program year
#define PROG_M 0x05 // 0x03 = 3月, program month #define PROG_M 0x05 // 0x03 = 3月, program month
#define PROG_D 0x27 // 0x19 = 19日, program day #define PROG_D 0x27 // 0x19 = 19日, program day
......
This diff is collapsed.
#new Option #new Option
#Mon Jun 03 09:12:48 CST 2024 #Thu Jun 06 11:11:09 CST 2024
IsSort=true IsSort=true
MergeFlashIsCompression=false MergeFlashIsCompression=false
ChangeAppFilePath= ChangeAppFilePath=
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment