mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-20 00:51:42 +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:
@@ -4,7 +4,7 @@
|
||||
|
||||
package frc.robot;
|
||||
|
||||
import org.wpilib.opmode.RobotBase;
|
||||
import org.wpilib.framework.RobotBase;
|
||||
|
||||
public final class Main {
|
||||
private Main() {}
|
||||
|
||||
Reference in New Issue
Block a user