formatting cleanup

pull/18/head
alanbjohnston 7 years ago committed by GitHub
parent b6b7cc235c
commit 0da6174626
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -336,7 +336,7 @@ int get_tlm(int tlm[][5]) {
{
reading[count] = read_sensor_data(sensor[count]);
#ifdef DEBUG_LOGGING
printf("Read sensor[%d] % 6.1fV % 6.1fmA % 6.1fmW \n",
printf("Read sensor[%d] % 4.2fV % 6.1fmA % 6.1fmW \n",
count, reading[count].voltage, reading[count].current, reading[count].power);
#endif
}

Loading…
Cancel
Save

Powered by TurnKey Linux.