forked from ROMEO/fsw-ws
blinking task
This commit is contained in:
@@ -1,7 +1,5 @@
|
||||
#pragma once
|
||||
|
||||
#include <xgpiops.h>
|
||||
|
||||
#include <fsfw/objectmanager/SystemObject.h>
|
||||
#include <fsfw/tasks/ExecutableObjectIF.h>
|
||||
|
||||
@@ -15,6 +13,4 @@ class PrintController: public SystemObject, public ExecutableObjectIF {
|
||||
|
||||
ReturnValue_t performOperation(uint8_t operationCode) override;
|
||||
|
||||
private:
|
||||
XGpioPs gpio;
|
||||
};
|
||||
Reference in New Issue
Block a user