removed unsued variable

This commit is contained in:
Jakob Meier 2022-01-06 10:22:18 +01:00
parent b0df5b9439
commit 7fae7afdf6

View File

@ -300,9 +300,6 @@ private:
// Communication cookie. Must be set by the star tracker handler // Communication cookie. Must be set by the star tracker handler
CookieIF* comCookie = nullptr; CookieIF* comCookie = nullptr;
// Queue id of raw data receiver
MessageQueueId_t rawDataReceiver = MessageQueueIF::NO_QUEUE;
/** /**
* @brief Performs image uploading * @brief Performs image uploading
*/ */