Files
Upsilon/apps/main.cpp
Romain Goyet 654024e860 [apps] Use the Home app
Change-Id: I25d881f237ce4b7db0b92afe68596416d3704781
2016-10-03 11:24:20 +02:00

8 lines
141 B
C++

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