Skip to content
Snippets Groups Projects
Commit f49af79c authored by Jake Drahos's avatar Jake Drahos
Browse files

Added temp debug print

parent ad80f84b
No related branches found
No related tags found
No related merge requests found
......@@ -253,6 +253,8 @@ int main(int argc, char **argv)
if(respLen <= 0) {
perror("ERROR reading from quad...\n");
}
/* Temp debug */
printf("Quad sent: %s\n", respBuf);
int id = getInt((unsigned char *)respBuf, 7);
findTimeDiff(id);
......
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