Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions fsw/platform_inc/sbn_platform_cfg.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@
* limitations under the License.
************************************************************************/

#include "cfe.h"

#ifndef _sbn_platform_cfg_h
#define _sbn_platform_cfg_h

#include "cfe.h"

/** @brief Maximum number of networks allowed. */
#define SBN_MAX_NETS 16

Expand Down
4 changes: 2 additions & 2 deletions fsw/platform_inc/sbn_types.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@
* limitations under the License.
************************************************************************/

#include "cfe.h"

#ifndef _sbn_types_h_
#define _sbn_types_h_

#include "cfe.h"

/**
* Below are types that the user shouldn't have to change, but are useful
* to know and are shared with modules.
Expand Down
Loading