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