Updates:
- Re-located repairprocessrow information in dedicated object - added error conditions to repair row and added condition handling to repair process git-svn-id: https://svn.vbchaos.nl/svn/hsb/trunk@260 05563f52-14a8-4384-a975-3d1654cca0fa
This commit is contained in:
@@ -79,7 +79,7 @@ ErrorStatus repairProcesses_startMainRepairProcess(const struct RepairPreset* re
|
||||
void repairProcesses_abortMainRepairProcess(void)
|
||||
{
|
||||
Interlock_setEXTI(interlock, DISABLE);
|
||||
if (PCBA_getInstance()->pcba == Tesla)
|
||||
if (PCBA_getInstance()->pcba == PCBA_Tesla)
|
||||
{
|
||||
Interlock_setEXTI(teslalock, DISABLE);
|
||||
}
|
||||
@@ -94,7 +94,7 @@ void repairProcesses_abortMainRepairProcess(void)
|
||||
|
||||
static ErrorStatus repairProcesses_feedMainRepairProcessSecondsCounter(const void* const data)
|
||||
{
|
||||
repairProcess_feedSecondsCounterFromISR(&mainRepairProcess);
|
||||
repairProcess_secondsFeedFromISR(&mainRepairProcess);
|
||||
return SUCCESS;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user