diff --git a/mission/tmtc/CCSDSHandler.h b/mission/tmtc/CCSDSHandler.h index 97dca5cc..c8afa69a 100644 --- a/mission/tmtc/CCSDSHandler.h +++ b/mission/tmtc/CCSDSHandler.h @@ -83,9 +83,6 @@ class CCSDSHandler : public SystemObject, static const uint8_t INTERFACE_ID = CLASS_ID::CCSDS_HANDLER; static const uint8_t SUBSYSTEM_ID = SUBSYSTEM_ID::PLOC_MPSOC_HANDLER; - //! [EXPORT] : [COMMENT] Syrlinks transmitter is enabled - static const Event TRANSMITTER_ENABLED = MAKE_EVENT(1, severity::LOW); - static const uint32_t QUEUE_SIZE = common::CCSDS_HANDLER_QUEUE_SIZE; static const ActionId_t SET_LOW_RATE = 0;