run auto-formatter
This commit is contained in:
@ -5,15 +5,16 @@
|
||||
#include "fsfw_tests/integration/task/TestTask.h"
|
||||
|
||||
class STM32TestTask : public TestTask {
|
||||
public:
|
||||
STM32TestTask(object_id_t objectId, bool enablePrintout, bool blinkyLed = true);
|
||||
public:
|
||||
STM32TestTask(object_id_t objectId, bool enablePrintout,
|
||||
bool blinkyLed = true);
|
||||
|
||||
ReturnValue_t initialize() override;
|
||||
ReturnValue_t performPeriodicAction() override;
|
||||
|
||||
private:
|
||||
SpiComIF* spiComIF = nullptr;
|
||||
SpiTest* spiTest = nullptr;
|
||||
private:
|
||||
SpiComIF *spiComIF = nullptr;
|
||||
SpiTest *spiTest = nullptr;
|
||||
|
||||
bool blinkyLed = false;
|
||||
bool testSpi = true;
|
||||
|
Reference in New Issue
Block a user