Skip to content

Commit

Permalink
here too
Browse files Browse the repository at this point in the history
  • Loading branch information
sshane committed Jan 22, 2025
1 parent 751bfd8 commit 52aa31f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions system/ubloxd/ubloxd.cc
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,6 @@ int main() {
while (!do_exit) {
std::unique_ptr<Message> msg(subscriber->receive());
if (!msg) {
if (errno == EINTR) {
do_exit = true;
}
continue;
}

Expand Down

0 comments on commit 52aa31f

Please sign in to comment.