Update main.c

pull/54/head
alanbjohnston 5 years ago committed by GitHub
parent 8cb6d2b26e
commit 60a25ae547
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -864,7 +864,8 @@ if (firstTime != ON)
{
current[count1] = atof(token);
if ((current[count1] < 0) && (current[count1] > -0.5))
current[count1] *= (-1.0); #ifdef DEBUG_LOGGING
current[count1] *= (-1.0);
#ifdef DEBUG_LOGGING
printf("current: %f\n", current[count1]);
#endif
token = strtok(NULL, space);

Loading…
Cancel
Save

Powered by TurnKey Linux.