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/http_status/http_status.h b/y2015/http_status/http_status.h
index 2f7497d..b7b3b4c 100644
--- a/y2015/http_status/http_status.h
+++ b/y2015/http_status/http_status.h
@@ -16,7 +16,7 @@
#include "aos/common/util/phased_loop.h"
#include "aos/common/mutex.h"
-namespace frc971 {
+namespace y2015 {
namespace http_status {
// A class for storing data from DataCollector and packaging it as a custom
@@ -103,4 +103,4 @@
};
} // namespace http_status
-} // namespace frc971
+} // namespace y2015