@ -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
}
Powered by TurnKey Linux.