12 lines
165 B
C++
12 lines
165 B
C++
#include "fsfw/osal/rtems/InitTask.h"
|
|
#include "fsfw/osal/rtems/RtemsBasic.h"
|
|
|
|
|
|
|
|
InitTask::InitTask() {
|
|
}
|
|
|
|
InitTask::~InitTask() {
|
|
rtems_task_delete(RTEMS_SELF);
|
|
}
|