mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 00:37:25 +01:00
[apps] Make the apps container a static object
Change-Id: Ie052b558607d0d469f926301c2a0008cd77025da
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
#include "apps_container.h"
|
||||
|
||||
AppsContainer container;
|
||||
|
||||
void ion_app() {
|
||||
AppsContainer container;
|
||||
container.switchTo(container.appAtIndex(0));
|
||||
container.run();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user