spiSetBitsPerWord doesn't exist; remove from headers.

Change-Id: I4899ec92a5198199699e7d840c9e0801cccdb861
This commit is contained in:
Peter Johnson
2015-11-23 00:48:23 -08:00
parent 84e793503d
commit 51a35daed7
2 changed files with 0 additions and 3 deletions

View File

@@ -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);