Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add (unsigned int) cast to MIR prints in time_UT.c #1738

Closed
pepepr08 opened this issue Jul 30, 2021 · 0 comments · Fixed by #1739 or #1759
Closed

Add (unsigned int) cast to MIR prints in time_UT.c #1738

pepepr08 opened this issue Jul 30, 2021 · 0 comments · Fixed by #1739 or #1759
Assignees
Milestone

Comments

@pepepr08
Copy link
Contributor

Is your feature request related to a problem? Please describe.
MIR prints in time_UT.c break the RTEMS build because %u expects (unsigned int), but uint32 in RTEMS is an unsigned long.

Describe the solution you'd like
Add (unsigned int) cast to MIR prints in time_UT.c

Requester Info
Jose F. Martinez Pedraza / NASA GSFC

@pepepr08 pepepr08 self-assigned this Jul 30, 2021
pepepr08 added a commit to pepepr08/cFE that referenced this issue Jul 30, 2021
@skliper skliper added this to the 7.0.0 milestone Jul 30, 2021
@skliper skliper linked a pull request Jul 30, 2021 that will close this issue
astrogeco added a commit that referenced this issue Aug 2, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants