blob: 4ce70ab36de77372f9666d06a31e43dbd2595eea [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 falcon.
reapply:bool = false (id: 0);
}
root_type CANConfiguration;