release 0.0.1 of fsfw added as a core
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
#include "InitTask.h"
|
||||
#include "RtemsBasic.h"
|
||||
|
||||
|
||||
|
||||
InitTask::InitTask() {
|
||||
}
|
||||
|
||||
InitTask::~InitTask() {
|
||||
rtems_task_delete(RTEMS_SELF);
|
||||
}
|
||||
Reference in New Issue
Block a user