fixed V printf

pull/17/head
alanbjohnston 7 years ago committed by GitHub
parent e46e82f18a
commit b9b8d7e826
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -474,7 +474,7 @@ int get_tlm(int tlm[][5]) {
power[BUS] = 0;
}
#ifdef DEBUG_LOGGING
printf("%4.2fV %4.2fmA %4.2fmW \n",
printf("%4.2fV %4.2fV %4.2fmA %4.2fmW \n",
voltsBus[BUS], voltsShunt[BUS], current[BUS], power[BUS]);
#endif

Loading…
Cancel
Save

Powered by TurnKey Linux.