Commit 72509cbb authored by 时昊's avatar 时昊

Merge branch 'cpc' into 'shihao'

Cpc

See merge request !22
parents 123b855f a3847cc3
......@@ -22,9 +22,9 @@ DataVSPeedDampingStruct DataVSPeedDamping;
uint16_t ESpeedCAFD;
uint16_t DataESpeedActual;
uint16_t DataESpeedDisp;
uint8_t DataESpeedValid;
// uint16_t DataESpeedActual;
// uint16_t DataESpeedDisp;
// uint8_t DataESpeedValid;
DataESpeedSamplerStruct DataESpeedSampler;
DataESpeedStruct DataESpeed ;
DataFreESpeedSamplerStruct DataFreESpeedSampler;
......
......@@ -112,7 +112,7 @@ extern void GUI_BJ_Gear_Display(uint8_t Mode, uint8_t Valid );
extern void GUI_PopAlarm_Display(INT16U PopupAlarmDis);
void GUI_ECU_Display(void);
void Gui_TRIP(uint32_t TRIP);
void Gui_TRIP(uint32_t MileageDisp);
void Gui_EndMileage(uint8_t Valid, uint16_t EndMileage);
void Gui_AvgSpeed(uint8_t Valid, uint8_t AvgSpeed);
void Gui_AvgOilCon(uint8_t Valid, uint8_t AvgOilCon, uint8_t Valid_M);
......
......@@ -79,7 +79,7 @@ void SetFuelInit(void)
FuelInit.FuelCapacityBoundary[7] = 70000-4000-15500;
FuelInit.FuelCapacityBoundary[8] = 70000-4000-8000;
FuelInit.FuelCapacityBoundary[9] = 70000-4000-6000;
FuelInit.FuelCapacityBoundary[10] = 70000-4000-0000;
FuelInit.FuelCapacityBoundary[10] = 70000-4000;
InitFuelParamter(&FuelInit);
FuelSaveLen = 0;
......
......@@ -2409,7 +2409,7 @@ void R_DEV_ClkPrepare(void)
loc_ClkGenCfg.Pll [ 2 ].Mode = R_DEV_PLL_OFF;
loc_ClkGenCfg.Pll [ 2 ].DithMode = R_DEV_PLL_DITH_FIXED;
loc_ClkGenCfg.Pll [ 2 ].DithRange = 0;
loc_ClkGenCfg.Pll [ 2 ].ModFreq = 00;
loc_ClkGenCfg.Pll [ 2 ].ModFreq = 0;
loc_ClkGenCfg.Pll [ 2 ].FrequencyHz = 120000000;
loc_ClkGenCfg.Pll [ 2 ].StabiTimeNs = 1000000;
loc_ClkGenCfg.Pll [ 2 ].StpReqMsk = 0;
......
......@@ -2,5 +2,5 @@
#define BUZZER_PLAY_USER_H__
#include "Buzzer_Play.h"
extern void Buzzer_Play_Init_Example(void);
extern void Buzzer_Volume_Set(Buzzer_uint8_t u16BzVo);
extern void Buzzer_Volume_Set(Buzzer_uint8_t u8BzVo);
#endif
\ No newline at end of file
......@@ -134,7 +134,7 @@ void Sys_Startup_Init(void)
{
uint32_t i;
uint32_t *pRam;
uint8_t u8StartupMode;
uint8_t u8StartupMode = 0;
__DI( );
TestBackupRam = Clock_Get_Startup_Mode( );
......
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