commit | 9e462469b4e257d04c72b8e372b6b13c01919399 | [log] [tgz] |
---|---|---|
author | Jan Pohanka <xhpohanka@gmail.com> | Wed Jul 22 14:30:25 2020 +0200 |
committer | Anas Nashif <anas.nashif@intel.com> | Tue Aug 11 07:46:06 2020 -0400 |
tree | e977caa627481aa24507deb30023a301a983b269 | |
parent | 9df168b53569eb29ca96cc2b8625483c8e3d9833 [diff] |
lib: posix: Fix priority validity check in pthread_setschedparam New priority value check was faultly done on zephyr priority instead of posix one. Signed-off-by: Jan Pohanka <xhpohanka@gmail.com>