blob: 75e269173a524f5e8d9bf44f9c6403d6e66d5055 [file] [log] [blame]
namespace y2023;
// 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;