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