Skip to content

Commit

Permalink
Fix #29, Apply standard code style
Browse files Browse the repository at this point in the history
  • Loading branch information
skliper committed Jan 6, 2020
1 parent b27d7e8 commit d6c689f
Show file tree
Hide file tree
Showing 8 changed files with 454 additions and 465 deletions.
5 changes: 2 additions & 3 deletions fsw/mission_inc/ci_lab_perfids.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
7 changes: 3 additions & 4 deletions fsw/platform_inc/ci_lab_msgids.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 d6c689f

Please sign in to comment.