commit | 00be38c4e006333290210d0f6e607b0e4965c41a | [log] [tgz] |
---|---|---|
author | Austin Schuh <austin.linux@gmail.com> | Sun Dec 01 18:08:25 2019 -0800 |
committer | Austin Schuh <austin.linux@gmail.com> | Sat Dec 07 13:12:18 2019 -0800 |
tree | fc310168452d9c05a0abcf0d87bc1d8550d45f5e | |
parent | 5f1cc5c9fb59d5e6807465083127ebd55e0a5c9a [diff] [blame] |
Generate config for //frc971/wpilib:loop_output_handler_test This is in preparation for timing reports. Change-Id: I34b3cd5b2df1bb8b69693ac657ffaede1e794bff
diff --git a/frc971/wpilib/loop_output_handler_test.fbs b/frc971/wpilib/loop_output_handler_test.fbs index 6cb2cf1..ddd36d0 100644 --- a/frc971/wpilib/loop_output_handler_test.fbs +++ b/frc971/wpilib/loop_output_handler_test.fbs
@@ -4,3 +4,5 @@ table LoopOutputHandlerTestOutput { voltage:double; } + +root_type LoopOutputHandlerTestOutput;