brians | 343bc11 | 2013-02-10 01:53:46 +0000 | [diff] [blame^] | 1 | #include "frc971/input/AutoMode.q.h" |
2 | |||||
3 | #include <stdlib.h> | ||||
4 | #include <stdio.h> | ||||
5 | #include <unistd.h> | ||||
6 | |||||
7 | #include "aos/common/control_loop/Timing.h" | ||||
8 | |||||
9 | namespace frc971 { | ||||
10 | |||||
11 | void AutoMode_t::DoAction() { | ||||
12 | Sleep(10); // wait until it ends | ||||
13 | } | ||||
14 | |||||
15 | } // namespace frc971 |