Skip to content

Commit

Permalink
Merge branch 'feat/continental_drivers' into feat/srr520
Browse files Browse the repository at this point in the history
  • Loading branch information
knzo25 committed Mar 14, 2024
2 parents ef8584e + d4e2688 commit 02d1f51
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ void HesaiHwInterface::ReceiveSensorPacketCallback(const std::vector<uint8_t> &
}
}
}
Status HesaiHwInterface::SensorInterfaceStop() { return Status::ERROR_1; }
Status HesaiHwInterface::SensorInterfaceStop()
{
return Status::ERROR_1;
}
Expand Down

0 comments on commit 02d1f51

Please sign in to comment.