commit | dc1c84aa3321781f878e3143f0f6bd9e301dd7e5 | [log] [tgz] |
---|---|---|
author | Austin Schuh <aschuh@localhost> | Sat Feb 23 16:33:10 2013 -0800 |
committer | Austin Schuh <austin.linux@gmail.com> | Tue Mar 05 21:34:44 2013 -0800 |
tree | 5b51ac6c3bd8dcdea430cbd88c467760442a2164 | |
parent | c8ca244ab74043dc54e101436b744a873e1f6fa1 [diff] |
Wrist loop test case now runs and fails.
diff --git a/frc971/atom_code/atom_code.gyp b/frc971/atom_code/atom_code.gyp index d727036..01545ff 100644 --- a/frc971/atom_code/atom_code.gyp +++ b/frc971/atom_code/atom_code.gyp
@@ -6,6 +6,7 @@ 'dependencies': [ '<(AOS)/build/aos_all.gyp:Atom', '../control_loops/control_loops.gyp:DriveTrain', + '../control_loops/control_loops.gyp:wrist_lib_test', '../input/input.gyp:JoystickReader', '../input/input.gyp:SensorReader', '../input/input.gyp:GyroReader',