Skip to content
Snippets Groups Projects
Commit 14776a9e authored by burneykb's avatar burneykb
Browse files

Merge branch 'groundStation-dev-comp_graph-commands' of...

Merge branch 'groundStation-dev-comp_graph-commands' of https://git.ece.iastate.edu/danc/MicroCART_17-18 into groundStation-dev-comp_graph-commands
parents 9b128eaf 175dbf0a
No related branches found
No related tags found
No related merge requests found
......@@ -825,7 +825,7 @@ static void quad_recv() {
quadlog_file_open = 1;
}
/* something like this */
printf("(Quad) : Log found\n");
//printf("(Quad) : Log found\n");
fwrite((char *) data, sizeof(char), m.data_len, quadlog_file);
// fflush(quadlog_file);
break;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment