blob: 2e1d87553e1c25fa94cce79473314b70ad8ebeb6 [file] [log] [blame]
#include "y2016/control_loops/shooter/shooter.h"
#include "aos/init.h"
int main() {
::aos::Init();
::y2016::control_loops::shooter::Shooter shooter;
shooter.Run();
::aos::Cleanup();
return 0;
}