more printfs

pull/101/head
alanbjohnston 5 years ago committed by GitHub
parent 7c2814079c
commit 07cd666415
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1002,6 +1002,8 @@ void get_tlm(void) {
// strcpy(cw_str2, cw_header2); // strcpy(cw_str2, cw_header2);
//printf("Before 1st strcpy\n"); //printf("Before 1st strcpy\n");
printf("Str before: %s \n", cw_str2);
printf("Str str: %s \n", str);
strcat(cw_str2, str); strcat(cw_str2, str);
printf("Str: %s \n", cw_str2); printf("Str: %s \n", cw_str2);
fflush(stdout); fflush(stdout);

Loading…
Cancel
Save

Powered by TurnKey Linux.