Files
Upsilon/apps/main.cpp
Émilie Feral d45855ba72 [apps] Make the apps container a static object
Change-Id: Ie052b558607d0d469f926301c2a0008cd77025da
2016-12-09 11:01:43 +01:00

9 lines
140 B
C++

#include "apps_container.h"
AppsContainer container;
void ion_app() {
container.switchTo(container.appAtIndex(0));
container.run();
}