mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-31 18:47:21 +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