blob: 0c8d9a78250c360130ff18677734bf0785a36795 [file] [log] [blame]
#include "y2017/control_loops/superstructure/superstructure.h"
#include "aos/linux_code/init.h"
int main() {
::aos::Init();
::y2017::control_loops::superstructure::Superstructure superstructure;
superstructure.Run();
::aos::Cleanup();
return 0;
}