Skip to content

Commit

Permalink
HOTFIX for #1136, remove ref to CFEESResourceIDBase
Browse files Browse the repository at this point in the history
  • Loading branch information
jphickey committed Feb 8, 2021
1 parent 4fa3786 commit 0d1e7c0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions fsw/cfe-core/src/inc/cfe_resourceid_api.h
Original file line number Diff line number Diff line change
Expand Up @@ -203,8 +203,7 @@ static inline bool CFE_ResourceId_IsDefined(CFE_ResourceId_t id)
* This masks out the ID serial number to obtain the base value, which is different
* for each resource type.
*
* @note The value is NOT shifted or otherwise adjusted. It should match one of the
* defined base values in @ref CFEESResourceIDBase.
* @note The value is NOT shifted or otherwise adjusted.
*
* @param[in] ResourceId the resource ID to decode
* @returns The base value associated with that ID
Expand Down

0 comments on commit 0d1e7c0

Please sign in to comment.