Skip to content

Commit

Permalink
Added missing headers and removed where not needed (#1572)
Browse files Browse the repository at this point in the history
Co-authored-by: Simone Morettini <simone.morettini@redwirespaceeurope.com>
  • Loading branch information
SMorettini and Simone Morettini authored Jul 25, 2022
1 parent dd4b2fe commit 60334b1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 0 additions & 2 deletions config/ActiveLoggerImplCfg.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@
#ifndef ACTIVELOGGER_ACTIVELOGGERIMPLCFG_HPP_
#define ACTIVELOGGER_ACTIVELOGGERIMPLCFG_HPP_

#include <Svc/ActiveLogger/ActiveLoggerImpl.hpp>

// set default filters

enum {
Expand Down
2 changes: 2 additions & 0 deletions config/UdpReceiverComponentImplCfg.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
#ifndef SVC_UDPRECEIVER_UDPRECEIVERCOMPONENTIMPLCFG_HPP_
#define SVC_UDPRECEIVER_UDPRECEIVERCOMPONENTIMPLCFG_HPP_

#include "Fw/Types/BasicTypes.hpp"

namespace Svc {
const static NATIVE_UINT_TYPE UDP_RECEIVER_MSG_SIZE = 256;
}
Expand Down
2 changes: 2 additions & 0 deletions config/UdpSenderComponentImplCfg.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
#ifndef SVC_UDPSENDER_UDPSENDERCOMPONENTIMPLCFG_HPP_
#define SVC_UDPSENDER_UDPSENDERCOMPONENTIMPLCFG_HPP_

#include "Fw/Types/BasicTypes.hpp"

namespace Svc {
static const NATIVE_UINT_TYPE UDP_SENDER_MSG_SIZE = 256;
}
Expand Down

0 comments on commit 60334b1

Please sign in to comment.