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