Update main.c comment on sensor_string print

sim-fail-1
Alan Johnston 4 months ago committed by GitHub
parent c7a971405e
commit 3fed63e6e5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -672,7 +672,7 @@ int main(int argc, char * argv[]) {
strcpy(sensor_string[count1], token);
// #ifdef DEBUG_LOGGING
// printf("sensor: %f ", sensor[count1]); // print sensor data
printf("Sensor String %d is %s\n",count1, sensor_string[count1]);
// printf("Sensor String %d is %s\n",count1, sensor_string[count1]);
// #endif
token = strtok(NULL, space);
}

Loading…
Cancel
Save

Powered by TurnKey Linux.