commit | 941950573c8085d41380abee1fc3930e17facbed | [log] [tgz] |
---|---|---|
author | Brian Silverman <brians> | Sat Mar 09 13:45:05 2013 -0800 |
committer | Austin Schuh <austin.linux@gmail.com> | Sat Mar 09 14:34:12 2013 -0800 |
tree | 2562d18889b3715909ddb1cff505d1549440e271 | |
parent | 7c0e2aa59cde0fbf913f742b09e89a029855f705 [diff] [blame] |
compile fixes for the index loop
diff --git a/frc971/control_loops/index/index.gyp b/frc971/control_loops/index/index.gyp index 04b043f..3e92dcc 100644 --- a/frc971/control_loops/index/index.gyp +++ b/frc971/control_loops/index/index.gyp
@@ -62,7 +62,7 @@ 'index_main.cc', ], 'dependencies': [ - '<(AOS)/build/aos.gyp:libaos', + '<(AOS)/atom_code/atom_code.gyp:init', 'index_lib', 'index_loop', ],