Major updates:
- added DAConverter(s) - added ADConverter(s) - Fixed some display issues - Made repair process and signalProfileGenerator calculate with voltages (signed) instead of DAC/ADC values - Fixed several bugs in task handlings - Put display data mirror into dedicated file displaycontent git-svn-id: https://svn.vbchaos.nl/svn/hsb/trunk@261 05563f52-14a8-4384-a975-3d1654cca0fa
This commit is contained in:
@@ -103,6 +103,7 @@ struct RepairMenu* repairMenus_getMainRepairMenu(void)
|
||||
|
||||
static ErrorStatus repairMenu_errorReceive(const void* const data)
|
||||
{
|
||||
|
||||
T_ErrorCode errorCode = (T_ErrorCode)data;
|
||||
// Only respond to the errors necessary
|
||||
if (errorCode == INTERLOCK_COMMON_FAIL)
|
||||
|
||||
Reference in New Issue
Block a user