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