Skip to content

Commit

Permalink
remove unnecessary handling for stability
Browse files Browse the repository at this point in the history
  • Loading branch information
0x126 committed Jun 29, 2021
1 parent e4d1723 commit 50e4e9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pandar_driver/src/driver/pandar_driver.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ bool PandarDriver::poll(void)
break;
}
else if (packet_type == -1) {
return false;
// return false;
}
}

Expand Down

0 comments on commit 50e4e9d

Please sign in to comment.