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