Skip to content

Commit

Permalink
improve comment
Browse files Browse the repository at this point in the history
  • Loading branch information
deanlee committed Jun 13, 2024
1 parent 74ba991 commit c00f778
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion selfdrive/pandad/pandad.cc
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ void can_send(std::vector<Panda *> &pandas, bool fake_send) {

const bool non_blocking = true;

// run as fast as messages come in
// Drain sendcan socket and relay messages to Pandas
while (!do_exit && check_all_connected(pandas)) {
std::unique_ptr<Message> msg(subscriber->receive(non_blocking));
if (!msg) {
Expand Down

0 comments on commit c00f778

Please sign in to comment.