blob: cf184123c4bd974837a73f011c0e0f2e8b423dfd [file] [log] [blame]
Austin Schuhd78ab542013-03-01 22:22:19 -08001#include "frc971/control_loops/wrist.h"
2
3#include "aos/aos_core.h"
4
5int main() {
6 ::aos::Init();
7 frc971::control_loops::WristMotor wrist;
8 looper.Run();
9 ::aos::Cleanup();
10 return 0;
11}