mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-07-04 03:11:43 +00:00
Removed commented out includes and imports (#76)
This commit is contained in:
committed by
Peter Johnson
parent
da6b8c7ae1
commit
753ab85efb
@@ -11,8 +11,6 @@
|
||||
|
||||
#include "HAL/HAL.h"
|
||||
#include "edu_wpi_first_wpilibj_communication_FRCNetworkCommunicationsLibrary.h"
|
||||
//#include "NetworkCommunication/FRCComm.h"
|
||||
//#include "NetworkCommunication/UsageReporting.h"
|
||||
#include "HALUtil.h"
|
||||
|
||||
// set the logging level
|
||||
|
||||
@@ -16,8 +16,6 @@ import edu.wpi.first.wpilibj.communication.UsageReporting;
|
||||
import edu.wpi.first.wpilibj.hal.AnalogJNI;
|
||||
import edu.wpi.first.wpilibj.util.BoundaryException;
|
||||
|
||||
// import com.sun.jna.Pointer;
|
||||
|
||||
/**
|
||||
* Class for creating and configuring Analog Triggers.
|
||||
*
|
||||
|
||||
@@ -7,14 +7,6 @@
|
||||
|
||||
package edu.wpi.first.wpilibj.can;
|
||||
|
||||
// import com.ochafik.lang.jnaerator.runtime.LibraryExtractor;
|
||||
// import com.ochafik.lang.jnaerator.runtime.MangledFunctionMapper;
|
||||
// import com.sun.jna.Library;
|
||||
// import com.sun.jna.Native;
|
||||
// import com.sun.jna.NativeLibrary;
|
||||
// import com.sun.jna.Pointer;
|
||||
// import com.sun.jna.ptr.IntByReference;
|
||||
|
||||
import java.nio.ByteBuffer;
|
||||
import java.nio.IntBuffer;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user