add missing public keyword
All checks were successful
EIVE/eive-obsw/pipeline/pr-develop This commit looks good
All checks were successful
EIVE/eive-obsw/pipeline/pr-develop This commit looks good
This commit is contained in:
parent
db7f7bdae2
commit
18e8827a84
@ -23,7 +23,7 @@
|
||||
|
||||
enum DeploymentChannels : uint8_t { SA_1 = 1, SA_2 = 2 };
|
||||
|
||||
class ManualDeploymentCommand : SerialLinkedListAdapter<SerializeIF> {
|
||||
class ManualDeploymentCommand : public SerialLinkedListAdapter<SerializeIF> {
|
||||
public:
|
||||
ManualDeploymentCommand() = default;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user