mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-19 00:41:43 +00:00
Move robot base classes from opmode to framework (#8344)
Having these in opmode will be confusing to users when opmodes are added.
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
package org.wpilib.system;
|
||||
|
||||
import java.io.File;
|
||||
import org.wpilib.opmode.RobotBase;
|
||||
import org.wpilib.framework.RobotBase;
|
||||
|
||||
/**
|
||||
* Class for interacting with the Filesystem, particularly, interacting with FRC-related paths on
|
||||
|
||||
Reference in New Issue
Block a user