Autogen rules written for elevator module.
Put most things in the y2015 namespace since codegen wants to place
the controller gains in that namespace.
Change-Id: Ib3ef6eb38200bf0d80cba972cbe06ea366522ec6
diff --git a/y2015/actors/stack_actor.h b/y2015/actors/stack_actor.h
index 5f2f7fb..986c35b 100644
--- a/y2015/actors/stack_actor.h
+++ b/y2015/actors/stack_actor.h
@@ -10,7 +10,7 @@
#include "y2015/actors/stack_action.q.h"
#include "y2015/actors/fridge_profile_lib.h"
-namespace frc971 {
+namespace y2015 {
namespace actors {
class StackActor : public FridgeActorBase<StackActionQueueGroup> {
@@ -26,6 +26,6 @@
::std::unique_ptr<StackAction> MakeStackAction(const StackParams ¶ms);
} // namespace actors
-} // namespace frc971
+} // namespace y2015
#endif