[apps] All apps are allocated in the same union

This commit is contained in:
Émilie Feral
2018-09-11 11:31:48 +02:00
parent 6d9f0c0f0b
commit 86b3d366ca
12 changed files with 15 additions and 11 deletions

View File

@@ -23,6 +23,10 @@ private:
~Apps() {};
private:
APPS_CONTAINER_APPS_DECLARATION
Home::App m_homeApp;
OnBoarding::App m_onBoardingApp;
HardwareTest::App m_hardwareTestApp;
USB::App m_usbApp;
};
Apps m_apps;
APPS_CONTAINER_SNAPSHOT_DECLARATIONS