mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-07-16 22:20:35 +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);
|
||||
exit(1);
|
||||
}
|
||||
printf("CRCs match\n");
|
||||
printf("[PX4IO::checkcrc] CRCs match\n");
|
||||
exit(0);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user