mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-24 01:31:46 +00:00
Remove periodic can read call (#1868)
It is not necessary anymore, and is a complicated and confusing API to keep around.
This commit is contained in:
committed by
Peter Johnson
parent
41efb8015d
commit
8858ec55c7
@@ -1,5 +1,5 @@
|
||||
/*----------------------------------------------------------------------------*/
|
||||
/* Copyright (c) 2018 FIRST. All Rights Reserved. */
|
||||
/* Copyright (c) 2018-2019 FIRST. All Rights Reserved. */
|
||||
/* Open Source Software - may be modified and shared by FRC teams. The code */
|
||||
/* must be accompanied by the FIRST BSD license file in the root directory of */
|
||||
/* the project. */
|
||||
@@ -26,7 +26,4 @@ public class CANAPIJNI extends JNIWrapper {
|
||||
|
||||
public static native boolean readCANPacketTimeout(int handle, int apiId, int timeoutMs,
|
||||
CANData data);
|
||||
|
||||
public static native boolean readCANPeriodicPacket(int handle, int apiId, int timeoutMs,
|
||||
int periodMs, CANData data);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user