added BSP folder content

This commit is contained in:
2021-07-12 21:50:48 +02:00
parent e9222d77ea
commit e21175b260
47 changed files with 29696 additions and 0 deletions

View File

@ -0,0 +1,10 @@
#ifndef MISSION_CORE_INITMISSION_H_
#define MISSION_CORE_INITMISSION_H_
#include <fsfw/objectmanager/SystemObjectIF.h>
namespace InitMission {
void createTasks();
};
#endif /* MISSION_CORE_INITMISSION_H_ */