Skip to content

Commit 17ba762

Browse files
author
NoahAndrews
committed
Cleanup
1 parent 29396db commit 17ba762

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/canWrapper.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -649,7 +649,7 @@ void heartbeatsWatchdog() {
649649
std::scoped_lock lock{watchdogMtx};
650650

651651
if (heartbeatsRunning.size() < 1) { break; }
652-
652+
653653
auto now = std::chrono::system_clock::now();
654654
std::chrono::duration<double> elapsed_seconds = now-latestHeartbeatAck;
655655
if (elapsed_seconds.count() > 1) {

0 commit comments

Comments
 (0)