Browse Source

IO: Remove unnecessary boot output

sbg
Lorenz Meier 8 years ago committed by Lorenz Meier
parent
commit
0d174be0a0
  1. 1
      src/drivers/px4io/px4io.cpp

1
src/drivers/px4io/px4io.cpp

@ -3396,7 +3396,6 @@ checkcrc(int argc, char *argv[])
exit(1); exit(1);
} }
warnx("CRCs match");
exit(0); exit(0);
} }

Loading…
Cancel
Save