blob: 75e269173a524f5e8d9bf44f9c6403d6e66d5055 [file] [log] [blame]
Austin Schuhbb4c9ac2023-02-28 22:04:20 -08001namespace y2023;
2
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;