Remove comments and small things from repo that mention roboRIO (#9020)

The RoboRIO classes need to be fixed up, those are huge.
This commit is contained in:
Thad House
2026-07-01 23:08:57 -07:00
committed by GitHub
parent 5a06b81673
commit 1299abc173
17 changed files with 41 additions and 44 deletions

View File

@@ -62,7 +62,7 @@ public abstract class RobotBase implements AutoCloseable {
}
@Override
public boolean isRoboRIO() {
public boolean isSystemcore() {
return !RobotBase.isSimulation();
}
};