From 60968b15ee3c504cb1c1441706960fcf588f1f2b Mon Sep 17 00:00:00 2001 From: Avi Weiss Date: Fri, 22 Sep 2023 12:12:54 +1000 Subject: [PATCH] Fix #162, Update misnamed `CmdHeader` variable in `to_lab_msg.h` --- .github/pull_request_template.md | 2 +- fsw/src/to_lab_msg.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 611a7d1..b9cc6fb 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -5,7 +5,7 @@ A clear and concise description of what the contribution is. **Testing performed** Steps taken to test the contribution: 1. Build steps '...' -1. Execution steps '...' +2. Execution steps '...' **Expected behavior changes** A clear and concise description of how this contribution will change behavior and level of impact. diff --git a/fsw/src/to_lab_msg.h b/fsw/src/to_lab_msg.h index 09bd1df..77a674e 100644 --- a/fsw/src/to_lab_msg.h +++ b/fsw/src/to_lab_msg.h @@ -80,7 +80,7 @@ typedef struct typedef struct { - CFE_MSG_CommandHeader_t CmdHeade; /**< \brief Command header */ + CFE_MSG_CommandHeader_t CommandHeader; /**< \brief Command header */ } TO_LAB_NoArgsCmd_t; /*