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
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: