removed [[maybe_unused]]
This commit is contained in:
parent
40cc557978
commit
24069dfd78
@ -45,7 +45,7 @@ class Service11TelecommandScheduling final : public PusServiceBase {
|
|||||||
HasReturnvaluesIF::makeReturnCode(CLASS_ID, 3);
|
HasReturnvaluesIF::makeReturnCode(CLASS_ID, 3);
|
||||||
|
|
||||||
// The types of PUS-11 subservices
|
// The types of PUS-11 subservices
|
||||||
enum [[maybe_unused]] Subservice : uint8_t{ENABLE_SCHEDULING = 1,
|
enum Subservice : uint8_t{ENABLE_SCHEDULING = 1,
|
||||||
DISABLE_SCHEDULING = 2,
|
DISABLE_SCHEDULING = 2,
|
||||||
RESET_SCHEDULING = 3,
|
RESET_SCHEDULING = 3,
|
||||||
INSERT_ACTIVITY = 4,
|
INSERT_ACTIVITY = 4,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user