Skip to content

Commit

Permalink
Merge pull request #1592 from skliper/fix1308-require_cpuid_def
Browse files Browse the repository at this point in the history
Fix #1308, Removed redundant check/set of CFE_CPU_ID_VALUE
  • Loading branch information
astrogeco authored Jun 10, 2021
2 parents cbce033 + 8db52ec commit 07db368
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions cmake/target/src/target_config.c
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,6 @@
#define CFE_CPU_NAME_VALUE "unknown"
#endif

#ifndef CFE_CPU_ID_VALUE
#define CFE_CPU_ID_VALUE 0
#endif

#ifndef CFE_SPACECRAFT_ID_VALUE
#define CFE_SPACECRAFT_ID_VALUE 0x42
#endif
Expand Down

0 comments on commit 07db368

Please sign in to comment.