diff --git a/mission/controller/AcsController.h b/mission/controller/AcsController.h index 2d434486..fee6b098 100644 --- a/mission/controller/AcsController.h +++ b/mission/controller/AcsController.h @@ -85,6 +85,7 @@ class AcsController : public ExtendedControllerBase, public ReceivesParameterMes static const DeviceCommandId_t RESTORE_MEKF_NONFINITE_RECOVERY = 0x2; static const uint8_t INTERFACE_ID = CLASS_ID::ACS_CTRL; + //! [EXPORT] : [COMMENT] File deletion failed and at least one file is still existent. static constexpr ReturnValue_t FILE_DELETION_FAILED = MAKE_RETURN_CODE(0); ReturnValue_t initialize() override;