Skip to content

Commit

Permalink
Merge pull request #92 from nasa/apply-style-again
Browse files Browse the repository at this point in the history
Fix #37, Apply style
  • Loading branch information
yammajamma authored Aug 28, 2020
2 parents 98e791c + 0553fc7 commit f0c26b6
Show file tree
Hide file tree
Showing 12 changed files with 190 additions and 288 deletions.
5 changes: 2 additions & 3 deletions fsw/mission_inc/sample_app_perfids.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
**
** File: sample_app_perfids.h
**
** Purpose:
** Purpose:
** Define Sample App Performance IDs
**
** Notes:
Expand All @@ -29,8 +29,7 @@
#ifndef _sample_app_perfids_h_
#define _sample_app_perfids_h_


#define SAMPLE_APP_PERF_ID 91
#define SAMPLE_APP_PERF_ID 91

#endif /* _sample_app_perfids_h_ */

Expand Down
8 changes: 4 additions & 4 deletions fsw/platform_inc/sample_app_msgids.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
**
** File: sample_app_msgids.h
**
** Purpose:
** Purpose:
** Define Sample App Message IDs
**
** Notes:
Expand All @@ -30,9 +30,9 @@
#ifndef _sample_app_msgids_h_
#define _sample_app_msgids_h_

#define SAMPLE_APP_CMD_MID 0x1882
#define SAMPLE_APP_SEND_HK_MID 0x1883
#define SAMPLE_APP_HK_TLM_MID 0x0883
#define SAMPLE_APP_CMD_MID 0x1882
#define SAMPLE_APP_SEND_HK_MID 0x1883
#define SAMPLE_APP_HK_TLM_MID 0x0883

#endif /* _sample_app_msgids_h_ */

Expand Down
4 changes: 2 additions & 2 deletions fsw/platform_inc/sample_app_table.h
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@
*/
typedef struct
{
uint16 Int1;
uint16 Int2;
uint16 Int1;
uint16 Int2;

} SAMPLE_APP_Table_t;

Expand Down
Loading

0 comments on commit f0c26b6

Please sign in to comment.