|
@@ -3033,7 +3033,7 @@ int main(void)
|
|
|
|
|
|
if(ShmCharger->gun_info[gun_index].primaryMcuAlarm.bits.comm_timeout == OFF)
|
|
|
{
|
|
|
- DEBUG_ERROR("Primary MCU-%d communication fault", gun_index);
|
|
|
+ DEBUG_ERROR("Primary MCU-%d communication fault. \n", gun_index);
|
|
|
ShmCharger->gun_info[gun_index].primaryMcuAlarm.bits.comm_timeout = ON;
|
|
|
}
|
|
|
}
|
|
@@ -3041,7 +3041,7 @@ int main(void)
|
|
|
{
|
|
|
if(ShmCharger->gun_info[gun_index].primaryMcuAlarm.bits.comm_timeout == ON)
|
|
|
{
|
|
|
- DEBUG_ERROR("Primary MCU-%d communication recover", gun_index);
|
|
|
+ DEBUG_ERROR("Primary MCU-%d communication recover. \n", gun_index);
|
|
|
ShmCharger->gun_info[gun_index].primaryMcuAlarm.bits.comm_timeout = OFF;
|
|
|
}
|
|
|
}
|