mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-27 02:01:42 +00:00
spiSetBitsPerWord doesn't exist; remove from headers.
Change-Id: I4899ec92a5198199699e7d840c9e0801cccdb861
This commit is contained in:
@@ -16,8 +16,6 @@ public class SPIJNI extends JNIWrapper {
|
||||
|
||||
public static native void spiSetSpeed(byte port, int speed);
|
||||
|
||||
public static native void spiSetBitsPerWord(byte port, byte bpw);
|
||||
|
||||
public static native void spiSetOpts(byte port, int msb_first, int sample_on_trailing,
|
||||
int clk_idle_high);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user