meier/plocUpdater #76
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "meier/plocUpdater"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I think the server can't build it because of a typo in an include (Linux is case sensitive)
@ -0,0 +5,4 @@
#include "fsfw/action/ActionHelper.h"
#include "fsfw/action/HasActionsIF.h"
#include "fsfw/action/CommandsActionsIF.h"
#include "fsfw/returnvalues/HasReturnValuesIF.h"
I think this needs to be
HasReturnvaluesIF.h
This required eive/fsfw#9 as well