diff --git a/selfdrive/test/process_replay/ref_commit b/selfdrive/test/process_replay/ref_commit index 802d936bc9..dfb9106b8b 100644 --- a/selfdrive/test/process_replay/ref_commit +++ b/selfdrive/test/process_replay/ref_commit @@ -1 +1 @@ -5c68f066452f7fcfb315abc5cb9b7a50794fbd3f +02b8c1e21f2bd3551aa4a2b94c73dcac762d3148 diff --git a/system/ubloxd/ublox_msg.cc b/system/ubloxd/ublox_msg.cc index a01187d560..92a2ba678c 100644 --- a/system/ubloxd/ublox_msg.cc +++ b/system/ubloxd/ublox_msg.cc @@ -112,8 +112,7 @@ std::pair> UbloxMsgParser::gen_msg() { case 0x0a0b: return {"ubloxGnss", gen_mon_hw2(static_cast(body))}; case 0x0135: - // TODO return {"ubloxGnss", gen_nav_sat(static_cast(body))}; - return {"ubloxGnss", kj::Array()}; + return {"ubloxGnss", gen_nav_sat(static_cast(body))}; default: LOGE("Unknown message type %x", ubx_message.msg_type()); return {"ubloxGnss", kj::Array()};