minor fixes for linux
This commit is contained in:
parent
1470e02a44
commit
93b2f2e18c
@ -1,7 +1,7 @@
|
|||||||
#ifndef POLLINGSEQUENCE_POLLINGSEQUENCFACTORY_H_
|
#ifndef POLLINGSEQUENCE_POLLINGSEQUENCFACTORY_H_
|
||||||
#define POLLINGSEQUENCE_POLLINGSEQUENCFACTORY_H_
|
#define POLLINGSEQUENCE_POLLINGSEQUENCFACTORY_H_
|
||||||
|
|
||||||
#include <bsp_hosted/fsfwconfig/OBSWConfig.h>
|
#include "OBSWConfig.h"
|
||||||
#include <fsfw/returnvalues/HasReturnvaluesIF.h>
|
#include <fsfw/returnvalues/HasReturnvaluesIF.h>
|
||||||
|
|
||||||
class FixedTimeslotTaskIF;
|
class FixedTimeslotTaskIF;
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#include <common/stm32_nucleo/STM32TestTask.h>
|
#include "STM32TestTask.h"
|
||||||
#include <stm32h7xx_nucleo.h>
|
#include "stm32h7xx_nucleo.h"
|
||||||
#include <OBSWConfig.h>
|
#include "OBSWConfig.h"
|
||||||
|
|
||||||
STM32TestTask::STM32TestTask(object_id_t objectId, bool enablePrintout,
|
STM32TestTask::STM32TestTask(object_id_t objectId, bool enablePrintout,
|
||||||
bool blinkyLed): TestTask(objectId, enablePrintout),
|
bool blinkyLed): TestTask(objectId, enablePrintout),
|
||||||
|
Reference in New Issue
Block a user