neat
All checks were successful
EIVE/eive-obsw/pipeline/head This commit looks good

This commit is contained in:
2022-04-25 08:48:22 +02:00
parent e3783d0941
commit baa6f05f8e
3 changed files with 70 additions and 127 deletions

View File

@ -5,16 +5,8 @@
namespace acs {
enum CtrlModes {
OFF = HasModesIF::MODE_OFF,
DETUMBLE = 2,
SAFE = 3,
IDLE = 4,
TARGET_PT = 5
};
enum CtrlModes { OFF = HasModesIF::MODE_OFF, DETUMBLE = 2, SAFE = 3, IDLE = 4, TARGET_PT = 5 };
}
#endif /* MISSION_CONTROLLER_CONTROLLERDEFINITIONS_ACSCONTROLLERDEFINITIONS_H_ */