implemented missing queue handling
This commit is contained in:
@ -1,8 +1,6 @@
|
||||
#ifndef MISSION_SYSDEFS_H_
|
||||
#define MISSION_SYSDEFS_H_
|
||||
|
||||
#include "eive/eventSubsystemIds.h"
|
||||
|
||||
#include <fsfw/action/ActionMessage.h>
|
||||
#include <fsfw/action/HasActionsIF.h>
|
||||
#include <fsfw/modes/ModeMessage.h>
|
||||
@ -11,6 +9,8 @@
|
||||
#include <atomic>
|
||||
#include <cstring>
|
||||
|
||||
#include "eive/eventSubsystemIds.h"
|
||||
|
||||
namespace signals {
|
||||
|
||||
extern std::atomic_bool CFDP_CHANNEL_THROTTLE_SIGNAL;
|
||||
|
Reference in New Issue
Block a user