blob: 2cb8dac954571588c11f2e0a5ceb74fc5ab91f69 [file] [log] [blame]
package com.ctre.phoenix;
public class CANifierStickyFaults {
//!< True iff any of the above flags are true.
public boolean hasAnyFault() {
return false;
}
public int toBitfield() {
int retval = 0;
return retval;
}
public void update(int bits) {
}
public CANifierStickyFaults() {
}
};