Browse Source

remove warnx

sbg
Thomas Gubler 11 years ago
parent
commit
61352b8e1a
  1. 2
      src/drivers/gps/ubx.cpp

2
src/drivers/gps/ubx.cpp

@ -277,8 +277,6 @@ UBX::wait_for_ack(const uint16_t msg, const unsigned timeout, const bool report) @@ -277,8 +277,6 @@ UBX::wait_for_ack(const uint16_t msg, const unsigned timeout, const bool report)
}
}
warnx("msg %u ret %d", msg, ret);
_ack_state = UBX_ACK_IDLE;
return ret;
}

Loading…
Cancel
Save