mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-25 01:41:43 +00:00
HAND FIXES: Fixup java and python compilation
This commit is contained in:
committed by
Peter Johnson
parent
108a8c0f9b
commit
105deaddb0
@@ -4,6 +4,7 @@
|
||||
|
||||
package org.wpilib.driverstation;
|
||||
|
||||
import org.wpilib.driverstation.DriverStation;
|
||||
import org.wpilib.hardware.hal.ControlWord;
|
||||
|
||||
/** A wrapper around Driver Station control word. */
|
||||
|
||||
@@ -21,6 +21,7 @@ import org.wpilib.networktables.NetworkTableInstance;
|
||||
import org.wpilib.networktables.StringPublisher;
|
||||
import org.wpilib.networktables.StringTopic;
|
||||
import org.wpilib.util.concurrent.EventVector;
|
||||
import org.wpilib.system.Timer;
|
||||
import org.wpilib.util.WPIUtilJNI;
|
||||
import java.util.Map;
|
||||
import java.util.Optional;
|
||||
|
||||
Reference in New Issue
Block a user