blob: c85b0e8a827db946cf756447e208aa562bd1de98 [file] [log] [blame]
namespace frc971;
// Message which triggers wpilib_interface to print out the current
// configuration, and optionally re-apply it.
table CANConfiguration {
// If true, re-apply the configs to see if that fixes the TalonFX Motor.
reapply:bool = false (id: 0);
}
root_type CANConfiguration;