removed unused event
All checks were successful
EIVE/eive-obsw/pipeline/pr-develop This commit looks good

This commit is contained in:
Jakob Meier 2022-06-27 15:03:37 +02:00
parent d78155fd79
commit bf8ffac624

View File

@ -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;