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

@ -219,7 +219,7 @@ int main(int argc, char *argv[]) {
#endif
char str[1000];
unit_t b[64];
uint_t b[64];
char header_str[] = "\x03\xf0";
strcpy(str, header_str);
@ -391,7 +391,7 @@ int get_tlm(char *str) {
return 0;
}
int get_tlm_fox(unit_t *b) {
int get_tlm_fox(uint_t *b) {
// int tlm[7][5];
memset(b, 0, 64);

Loading…
Cancel
Save

Powered by TurnKey Linux.