mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-06-07 01:04:19 +08:00
Fix output of ver hwcmd call
This commit is contained in:
@@ -82,8 +82,8 @@ int ver_main(int argc, char *argv[])
|
||||
|
||||
if (ret == 0) {
|
||||
printf("ver hwcmp match: %s\n", HW_ARCH);
|
||||
return ret;
|
||||
}
|
||||
return ret;
|
||||
|
||||
} else {
|
||||
errx(1, "Not enough arguments, try 'ver hwcmp PX4FMU_V2'");
|
||||
|
||||
Reference in New Issue
Block a user