Skip to content

Commit

Permalink
Fix #56, Add header guard to to_lab_sub_table.h
Browse files Browse the repository at this point in the history
  • Loading branch information
skliper authored and astrogeco committed Aug 26, 2020
1 parent 70807fc commit 51197e8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions fsw/platform_inc/to_lab_sub_table.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@
** Notes:
**
*************************************************************************/
#ifndef to_lab_sub_table_h_
#define to_lab_sub_table_h_

#include "cfe_msgids.h"
#include "cfe_platform_cfg.h"
Expand All @@ -43,3 +45,5 @@ typedef struct
TO_LAB_Sub_t Subs[CFE_PLATFORM_SB_MAX_MSG_IDS];
}
TO_LAB_Subs_t;

#endif /* to_lab_sub_table_h_ */

0 comments on commit 51197e8

Please sign in to comment.