blob: c85b0e8a827db946cf756447e208aa562bd1de98 [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 {
Maxwell Henderson10ed5c32024-01-09 12:40:54 -08006 // If true, re-apply the configs to see if that fixes the TalonFX Motor.
Austin Schuhbb4c9ac2023-02-28 22:04:20 -08007 reapply:bool = false (id: 0);
8}
9
10root_type CANConfiguration;