fixed printf

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

@ -450,7 +450,7 @@ int get_tlm(int tlm[][5]) {
}
#ifdef DEBUG_LOGGING
printf("voltsBus %4.2f voltsShunt %4.2f current %4.2f power %4.2f \n",
count, voltsBus[count], voltsShunt[count], current[count], power[count]);
voltsBus[count], voltsShunt[count], current[count], power[count]);
#endif
}
if (sensor[BUS] != OFF) // For MoPower V2 INA219

Loading…
Cancel
Save

Powered by TurnKey Linux.