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

@ -330,13 +330,13 @@ int upper_digit(int number) {
}
int get_tlm(int tlm[][5]) {
// Reading I2C voltage and current sensors
// Reading I2C voltage and current sensors
int count;
for (count = 0; count < 8; count++)
{
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.