You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
cFE PR nasa/cFE#2246 converts all remaining seconds/subseconds time struct members to use CFE_TIME_SysTime_t that were not already doing so.
elf2cfetbl requires some updates as it references one of them directly (for cFE FS) in a few locations.
Describe the bug
cFE PR nasa/cFE#2246 converts all remaining seconds/subseconds time struct members to use
CFE_TIME_SysTime_t
that were not already doing so.elf2cfetbl requires some updates as it references one of them directly (for cFE FS) in a few locations.
Code snips
elf2cfetbl/elf2cfetbl.c
Lines 2528 to 2536 in 46b29f8
Expected behavior
Needs to be updated to reference the time members through the
CFE_TIME_SysTime_t
sub-struct.Reporter Info
Avi Weiss @thnkslprpt
The text was updated successfully, but these errors were encountered: