fsfw/src/fsfw/osal/rtems/InitTask.cpp
Robin Mueller ddcac2bbac
All checks were successful
fsfw/fsfw/pipeline/pr-development This commit looks good
reapply clang format
2022-02-02 10:29:30 +01:00

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); }