remove warnx

This commit is contained in:
Thomas Gubler
2014-10-05 12:52:04 +02:00
parent 2766285d56
commit 61352b8e1a
-2
View File
@@ -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;
}