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