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

Merge branch 'master' into virt_quad

parents a628f876 a175731c
No related branches found
No related tags found
No related merge requests found
......@@ -824,6 +824,10 @@ static void quad_recv() {
respBufLen -= packetlen;
switch (m.msg_type) {
case DEBUG_ID:
/* in case of debug. Quad send null terminated string in data */
printf(" (Quad) : %s\n", data);
break;
case LOG_ID:
if (!quadlog_file_open) {
char log_file[256];
......
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