tabs removes

This commit is contained in:
Luca 2016-10-18 18:00:31 +02:00 committed by GitHub
parent 74b76da668
commit 47d2845861
1 changed files with 3 additions and 3 deletions

View File

@ -849,9 +849,9 @@ uint16 ecx_statecheck(ecx_contextt *context, uint16 slave, uint16 reqstate, int
{
if (slave < 1)
{
uint16 bitwisestate;
uint16 slaveindex;
uint16 bitwisestate;
uint16 slaveindex;
rval = 0;
ecx_BRD(context->port, 0, ECT_REG_ALSTAT, sizeof(rval), &rval , EC_TIMEOUTRET);
rval = etohs(rval);