summaryrefslogtreecommitdiff
path: root/robot/hypervisor.h
blob: 0e73259a22000bed071f3fccc7638be5ff1b9abf (plain)
1
2
3
4
5
6
7
8
#pragma once

/**
 * backbone of all other modules
 *
 * stores global variables and controls when other modules run
 */
void w2_hypervisor_main();