TaskIF refactoring continued #91

Merged
meierj merged 16 commits from mueller/task-if-refactoring-eive into develop 2022-05-25 16:11:23 +02:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 24069dfd78 - Show all commits

View File

@ -45,7 +45,7 @@ class Service11TelecommandScheduling final : public PusServiceBase {
HasReturnvaluesIF::makeReturnCode(CLASS_ID, 3);
// 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,
RESET_SCHEDULING = 3,
INSERT_ACTIVITY = 4,