fsfw/src/fsfw/osal/rtems/InitTask.cpp

8 lines
162 B
C++

#include "fsfw/osal/rtems/InitTask.h"
#include "fsfw/osal/rtems/RtemsBasic.h"
InitTask::InitTask() {}
InitTask::~InitTask() { rtems_task_delete(RTEMS_SELF); }