mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
PX4IO driver: better feedback
This commit is contained in:
parent
aef041e032
commit
ccac7cbd78
@ -2856,10 +2856,10 @@ checkcrc(int argc, char *argv[])
|
||||
}
|
||||
|
||||
if (ret != OK) {
|
||||
printf("[PX4IO::checkcrc] check CRC failed - %d\n", ret);
|
||||
warn("check CRC failed - %d", ret);
|
||||
exit(1);
|
||||
}
|
||||
printf("[PX4IO::checkcrc] CRCs match\n");
|
||||
warnx("CRCs match\n");
|
||||
exit(0);
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user