Skip to content

Commit

Permalink
Remove thread priority change in RadioLogger
Browse files Browse the repository at this point in the history
  • Loading branch information
jwbonner committed Dec 4, 2024
1 parent 4c46187 commit 494a522
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,6 @@ private static void start() {
}
});
notifier.setName("AdvantageKit_RadioLogger");
notifier.setHALThreadPriority(false, 0);
notifier.startPeriodic(requestPeriodSecs);
}
}

0 comments on commit 494a522

Please sign in to comment.