commit | 9040b4e6475f1d3dabd38777a8a0958cd4b9ec88 | [log] [tgz] |
---|---|---|
author | Brian <brians> | Wed Apr 02 20:50:57 2014 -0700 |
committer | Brian <brians> | Wed Apr 02 20:50:57 2014 -0700 |
tree | cb35ccf90b205cf87d0b2bc0051a3f86184ed2fe | |
parent | 3afd6fcfcd00a89ce8225d318de3ffb3eeef621f [diff] [blame] |
aos/common/control_loop/{ControlLoop=>control_loop}
diff --git a/frc971/control_loops/zeroed_joint.h b/frc971/control_loops/zeroed_joint.h index 26dfc91..c81330b 100644 --- a/frc971/control_loops/zeroed_joint.h +++ b/frc971/control_loops/zeroed_joint.h
@@ -3,7 +3,7 @@ #include <memory> -#include "aos/common/control_loop/ControlLoop.h" +#include "aos/common/control_loop/control_loop.h" #include "frc971/control_loops/state_feedback_loop.h" namespace frc971 {