Describe the bug
In order to use OS_SelectSingle() a user needs access to the #defines for OS_STREAM_STATE_READABLE and OS_STREAM_STATE_WRITABLE but they are contained in osal/src/os/shared/os-impl.h not in osal/src/os/inc/...
To Reproduce
Try to use the OS_SelectSingle API :)
Expected behavior
These #defines need to be moved to osal/src/os/inc
Reporter Info
[email protected]