commit | 464ee1a9863d3b71ef1cc27e2fb118f054225789 | [log] [tgz] |
---|---|---|
author | Austin Schuh <aschuh@localhost> | Fri Mar 01 22:37:39 2013 -0800 |
committer | Austin Schuh <austin.linux@gmail.com> | Tue Mar 05 21:34:45 2013 -0800 |
tree | 4ca5bd3dbc69587ff5a5f935084775ae98b594ff | |
parent | 30efeb7db8b2029384b250b5c54f2d8f0d19d20f [diff] [blame] |
Merged some code from Brian so that it builds on the bot.
diff --git a/frc971/control_loops/wrist_main.cc b/frc971/control_loops/wrist_main.cc index cf18412..0c0b66d 100644 --- a/frc971/control_loops/wrist_main.cc +++ b/frc971/control_loops/wrist_main.cc
@@ -5,7 +5,7 @@ int main() { ::aos::Init(); frc971::control_loops::WristMotor wrist; - looper.Run(); + wrist.Run(); ::aos::Cleanup(); return 0; }