fixed value type

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

@ -413,7 +413,7 @@ int get_tlm(int tlm[][5]) {
double x_current, y_current, z_current;
#ifdef DEBUG_LOGGING
double x_voltage, x_power, y_voltage, y_power, z_voltage, z_power;
uint16_t value;
int value;
#endif
if (x_fd != OFF) {
wiringPiI2CWriteReg16(x_fd, INA219_REG_CALIBRATION, x_calValue_x);

Loading…
Cancel
Save

Powered by TurnKey Linux.