1
0
forked from fsfw/fsfw

renamed returnvalue header

This commit is contained in:
2022-08-16 12:48:22 +02:00
parent d2ac3603a5
commit 217276d50c
119 changed files with 127 additions and 127 deletions

View File

@ -11,7 +11,7 @@
* @details
* Should not be used for board specific tests. Instead, a derived board test class should be used.
*/
class TestTask : public SystemObject, public ExecutableObjectIF, public HasReturnvaluesIF {
class TestTask : public SystemObject, public ExecutableObjectIF {
public:
explicit TestTask(object_id_t objectId);
~TestTask() override;