File tree Expand file tree Collapse file tree 2 files changed +13
-2
lines changed Expand file tree Collapse file tree 2 files changed +13
-2
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,11 @@ public class Robot extends TimedRobot {
1111 * This function is run when the robot is first started up and should be used for any
1212 * initialization code.
1313 */
14- public Robot () {}
14+ public Robot () {
15+
16+
17+
18+ }
1519
1620 /** This function is run once each time the robot enters autonomous mode. */
1721 @ Override
Original file line number Diff line number Diff line change 44
55#include < frc/TimedRobot.h>
66
7+
8+ #include < utility>
9+
710class Robot : public frc ::TimedRobot {
811 public:
912 /* *
1013 * This function is run when the robot is first started up and should be
1114 * used for any initialization code.
1215 */
13- Robot () {}
16+ Robot () {
17+
18+
19+
20+ }
1421
1522 /* *
1623 * This function is run once each time the robot enters autonomous mode
You can’t perform that action at this time.
0 commit comments