Fixed HW validation menu
Fixed some minor issues/bugs git-svn-id: https://svn.vbchaos.nl/svn/hsb/trunk@284 05563f52-14a8-4384-a975-3d1654cca0fa
This commit is contained in:
@@ -60,11 +60,10 @@ ErrorStatus repairProcessRow_construct(struct RepairProcessRow* self, const stru
|
||||
{
|
||||
ErrorStatus returnValue = SUCCESS;
|
||||
|
||||
int iMin = 0;
|
||||
int iMax = 0;
|
||||
|
||||
if (!self->initialized)
|
||||
{
|
||||
int iMin = 0;
|
||||
int iMax = 0;
|
||||
if (returnValue == SUCCESS)
|
||||
{
|
||||
self->adcChannel = adcChannel;
|
||||
|
||||
Reference in New Issue
Block a user