release 0.0.1 of fsfw added as a core

This commit is contained in:
2021-06-21 15:04:15 +02:00
parent b4e5534407
commit caea75b0a8
587 changed files with 55346 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
#include "InitTask.h"
#include "RtemsBasic.h"
InitTask::InitTask() {
}
InitTask::~InitTask() {
rtems_task_delete(RTEMS_SELF);
}