Skip to content

Commit

Permalink
Merge pull request nasa#30 from nasa/fix29-apply-style
Browse files Browse the repository at this point in the history
Apply standard coding style
  • Loading branch information
skliper committed Jan 14, 2020
2 parents bce37b6 + e6617d0 commit 826cf22
Show file tree
Hide file tree
Showing 8 changed files with 465 additions and 496 deletions.
9 changes: 4 additions & 5 deletions fsw/mission_inc/ci_lab_perfids.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@
** See the License for the specific language governing permissions and
** limitations under the License.
**
** File: ci_lab_perfids.h
** File: ci_lab_perfids.h
**
** Purpose:
** Purpose:
** Define CI Lab Performance IDs
**
** Notes:
Expand All @@ -29,9 +29,8 @@
#ifndef _ci_lab_perfids_h_
#define _ci_lab_perfids_h_


#define CI_MAIN_TASK_PERF_ID 32
#define CI_SOCKET_RCV_PERF_ID 33
#define CI_MAIN_TASK_PERF_ID 32
#define CI_SOCKET_RCV_PERF_ID 33

#endif /* _ci_lab_perfids_h_ */

Expand Down
9 changes: 4 additions & 5 deletions fsw/platform_inc/ci_lab_msgids.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
**
** File: ci_lab_msgids.h
**
** Purpose:
** Purpose:
** Define CI Lab Message IDs
**
** Notes:
Expand All @@ -29,11 +29,10 @@
#ifndef _ci_lab_msgids_h_
#define _ci_lab_msgids_h_

#define CI_LAB_CMD_MID 0x1884
#define CI_LAB_SEND_HK_MID 0x1885

#define CI_LAB_CMD_MID 0x1884
#define CI_LAB_SEND_HK_MID 0x1885

#define CI_LAB_HK_TLM_MID 0x0884
#define CI_LAB_HK_TLM_MID 0x0884

#endif /* _ci_lab_msgids_h_ */

Expand Down
Loading

0 comments on commit 826cf22

Please sign in to comment.