Fixed slave devices analog input offset

This commit is contained in:
Thiago Alves 2019-07-25 06:50:18 -05:00 committed by GitHub
parent 474b60b961
commit b41569a5e6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -484,7 +484,6 @@ void *querySlaveDevices(void *arg)
int_input_buf[int_input_index] = tempBuff[j];
int_input_index++;
}
int_input_index++;
pthread_mutex_unlock(&ioLock);
}