Skip to content

Commit

Permalink
Fix #20, Add header guard to sch_lab_sched_tab.h
Browse files Browse the repository at this point in the history
  • Loading branch information
skliper committed Aug 28, 2020
1 parent 389db6d commit 887e948
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions fsw/platform_inc/sch_lab_table.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@
** Notes:
**
*************************************************************************/
#ifndef sch_lab_sched_tab_h_
#define sch_lab_sched_tab_h_

#include "cfe_sb_extern_typedefs.h" /* for CFE_SB_MsgId_t */
#include "cfe_msgids.h"
Expand All @@ -52,3 +54,5 @@ typedef struct
{
SCH_LAB_ScheduleTableEntry_t Config[SCH_LAB_MAX_SCHEDULE_ENTRIES];
} SCH_LAB_ScheduleTable_t;

#endif /* sch_lab_sched_tab_h_ */

0 comments on commit 887e948

Please sign in to comment.