fixed references to data struct

pull/21/head
alanbjohnston 7 years ago committed by GitHub
parent 87332dc6a2
commit 8ea8eaffb5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -538,7 +538,7 @@ int get_tlm(int tlm[][5]) {
#ifdef DEBUG_LOGGING
printf("%+4.2fV %+4.2fmA %+4.2fmW \n",
sensor[count].volts, sensor[count].current, sensor[count].power);
data[count].volts, data[count].current, data[count].power);
#endif
}

Loading…
Cancel
Save

Powered by TurnKey Linux.