Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix cast warning on vcos_llthread_current
Current header generates warnings of the form "warning: cast from function call of type ‘pthread_t’ {aka ‘long unsigned int’} to non-matching type ‘VCOS_LLTHREAD_T *’ {aka ‘struct VCOS_LLTHREAD_T *’} [-Wbad-function-cast]". Fix that.
- Loading branch information