blob: 4ce70ab36de77372f9666d06a31e43dbd2595eea [file] [log] [blame]
Maxwell Hendersonf8c96892023-06-28 19:55:59 -07001namespace frc971;
Austin Schuhbb4c9ac2023-02-28 22:04:20 -08002
3// Message which triggers wpilib_interface to print out the current
4// configuration, and optionally re-apply it.
5table CANConfiguration {
6 // If true, re-apply the configs to see if that fixes the falcon.
7 reapply:bool = false (id: 0);
8}
9
10root_type CANConfiguration;