Skip to content

Commit

Permalink
Update Watchdog.java
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterJohnson authored Jan 11, 2024
1 parent 216c123 commit 203ba07
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion wpilibj/src/main/java/edu/wpi/first/wpilibj/Watchdog.java
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,6 @@ private static void updateAlarm() {
if (m_watchdogs.isEmpty()) {
NotifierJNI.cancelNotifierAlarm(m_notifier);
} else {

NotifierJNI.updateNotifierAlarm(
m_notifier, (long) (m_watchdogs.peek().m_expirationTimeSeconds * 1e6));
}
Expand Down

0 comments on commit 203ba07

Please sign in to comment.