Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Diff: source/Task/TTaskCritt.cpp
- Revision:
- 3:e0d6e081a9d3
- Parent:
- 2:4c5b0f6d0a6b
--- a/source/Task/TTaskCritt.cpp Thu Mar 12 00:40:43 2015 +0000 +++ b/source/Task/TTaskCritt.cpp Thu Mar 12 01:08:12 2015 +0000 @@ -0,0 +1,19 @@ + +#include "TTaskCritt.h" + +TTaskCritt::TTaskCritt(int priority):TTask(priority) +{ + // m_userTask= new Directive(); +} + +TTaskCritt::~TTaskCritt() +{ + /* if(m_userTask) { + delete m_userTask; + }*/ + return; +} +void TTaskCritt::task(void) +{ + //m_userTask->start(); +} \ No newline at end of file