merge aftermath:
All checks were successful
EIVE/eive-obsw/pipeline/pr-develop This commit looks good

- fixed missing declarations of functions
- fixed use of deprecated submode definitions
- changed naming of some submodes
This commit is contained in:
2023-02-07 13:09:42 +01:00
parent 5f9a445aa2
commit e3cc45d7e3
4 changed files with 37 additions and 31 deletions

View File

@ -10,11 +10,11 @@ enum CtrlSubmode {
OFF = HasModesIF::MODE_OFF,
SAFE = 10,
DETUMBLE = 11,
IDLE = 12,
PTG_TARGET_NADIR = 13,
PTG_IDLE = 12,
PTG_NADIR = 13,
PTG_TARGET = 14,
PTG_TARGET_GS = 15,
PTG_TARGET_INERTIAL = 16,
PTG_INERTIAL = 16,
};
static const uint8_t SUBSYSTEM_ID = SUBSYSTEM_ID::ACS_SUBSYSTEM;