updated launch file

This commit is contained in:
2021-07-16 12:44:49 +02:00
parent 5ad5470869
commit 61bd99f59f
3 changed files with 4 additions and 3 deletions

View File

@ -3,6 +3,8 @@
#include "stm32h7xx_nucleo.h"
#include "hardware_init.h"
#include "example_common/mission/utility/compile_time.h"
#include "fsfw/objectmanager/ObjectManager.h"
#include "fsfw/serviceinterface/ServiceInterface.h"
#include "fsfw/timemanager/Clock.h"
@ -10,7 +12,6 @@
#include <rtems.h>
#include <rtems/console.h>
#include <rtems/rtems/clock.h>
#include <mission/utility/compile_time.h>
#define BOARD_NAME "stm32h743zi-nucleo"