mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-06-01 11:06:04 +08:00
Added prefix to Match Message also
This commit is contained in:
@@ -2859,7 +2859,7 @@ checkcrc(int argc, char *argv[])
|
|||||||
printf("[PX4IO::checkcrc] check CRC failed - %d\n", ret);
|
printf("[PX4IO::checkcrc] check CRC failed - %d\n", ret);
|
||||||
exit(1);
|
exit(1);
|
||||||
}
|
}
|
||||||
printf("CRCs match\n");
|
printf("[PX4IO::checkcrc] CRCs match\n");
|
||||||
exit(0);
|
exit(0);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user