mirror of
https://github.com/mudita/MuditaOS.git
synced 2026-07-04 05:06:58 -04:00
Updated Application and Launcher templates.
This commit is contained in:
@@ -15,12 +15,12 @@
|
||||
|
||||
namespace app {
|
||||
|
||||
ApplicationNotes::ApplicationNotes(std::string name, bool startBackgound) :
|
||||
Application( name, startBackgound, 4096 ) {
|
||||
ApplicationNotes::ApplicationNotes(std::string name, std::string parent, bool startBackgound) :
|
||||
Application( name, parent, startBackgound, 4096 ) {
|
||||
}
|
||||
|
||||
ApplicationNotes::~ApplicationNotes() {
|
||||
LOG_INFO("delelting");
|
||||
LOG_INFO("deleting");
|
||||
}
|
||||
|
||||
// Invoked upon receiving data message
|
||||
|
||||
Reference in New Issue
Block a user