Ariv Diggi | 0af59c0 | 2023-10-07 13:15:39 -0700 | [diff] [blame] | 1 | namespace y2023_bot3; |
2 | |||||
3 | table RobotConstants { | ||||
Maxwell Henderson | 43684fa | 2023-11-06 11:08:06 -0800 | [diff] [blame] | 4 | // Constants sender needs a value to send something |
5 | dummy_value:int (id: 0); | ||||
Ariv Diggi | 0af59c0 | 2023-10-07 13:15:39 -0700 | [diff] [blame] | 6 | } |
7 | |||||
8 | table Constants { | ||||
9 | robot:RobotConstants (id: 0); | ||||
10 | } | ||||
11 | |||||
12 | root_type Constants; |