Skip to content

Commit

Permalink
IC:2021-04-06, Fix merge error from #286
Browse files Browse the repository at this point in the history
Re-add timebase name definition `CFE_PSP_SOFT_TIMEBASE_NAME` to `cfe_psp.h`
  • Loading branch information
astrogeco committed Apr 7, 2021
1 parent ffc429d commit 3664f88
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions fsw/inc/cfe_psp.h
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,13 @@
#define CFE_PSP_RST_SUBTYPE_MAX 10
/** \} */

/**
* \brief The name of the software/RTOS timebase for general system timers.
*
* This name may be referred to by CFE TIME and/or SCH when setting up its own timers.
*/
#define CFE_PSP_SOFT_TIMEBASE_NAME "cFS-Master"

/*
** Type Definitions
*/
Expand Down

0 comments on commit 3664f88

Please sign in to comment.