mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-21 01:01:43 +00:00
Fix devmain package in commands (#2097)
This commit is contained in:
committed by
Peter Johnson
parent
77a9949bbf
commit
1894219ef6
@@ -5,7 +5,7 @@
|
||||
/* the project. */
|
||||
/*----------------------------------------------------------------------------*/
|
||||
|
||||
package edu.wpi.first.wpilibj;
|
||||
package edu.wpi.first.wpilibj2.commands;
|
||||
|
||||
import edu.wpi.first.hal.HALUtil;
|
||||
import edu.wpi.first.networktables.NetworkTablesJNI;
|
||||
|
||||
Reference in New Issue
Block a user