initialize fox telmetry to 0's

pull/26/head
alanbjohnston 6 years ago committed by GitHub
parent 7547db7fb0
commit 1b417de961
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -390,7 +390,7 @@ int get_tlm(char *str) {
int get_tlm_fox(char *str) {
// int tlm[7][5];
// memset(tlm, 0, sizeof tlm);
memset(str, 0, 64);
// Reading I2C voltage and current sensors
int count;

Loading…
Cancel
Save

Powered by TurnKey Linux.