We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Is your feature request related to a problem? Please describe. Console loop could spin if the semaphore returns error.
Describe the solution you'd like Check for real errors (not just interrupted), and exit loop if needed.
Describe alternatives you've considered None.
Additional context Mentioned in #667
Requester Info Jacob Hageman - NASA/GSFC
The text was updated successfully, but these errors were encountered:
Issue only applies to POSIX and RTEMS:
osal/src/os/posix/src/os-impl-console.c
Lines 102 to 107 in d698a4d
osal/src/os/rtems/src/os-impl-console.c
Lines 126 to 130 in d698a4d
Already implemented in VxWorks:
osal/src/os/vxworks/src/os-impl-console.c
Lines 110 to 118 in d698a4d
Sorry, something went wrong.
Merge pull request nasa#668 from skliper/fix551-dup-local1hzisr-proto
532c0dc
Fix nasa#551, Remove duplicate CFE_TIME_Local1HzISR prototype
No branches or pull requests
Is your feature request related to a problem? Please describe.
Console loop could spin if the semaphore returns error.
Describe the solution you'd like
Check for real errors (not just interrupted), and exit loop if needed.
Describe alternatives you've considered
None.
Additional context
Mentioned in #667
Requester Info
Jacob Hageman - NASA/GSFC
The text was updated successfully, but these errors were encountered: