remove fix priority inversion bug of mutex

This commit is contained in:
Meco Jianting Man 2021-06-05 13:05:11 +08:00 committed by GitHub
parent bfd8d21e38
commit 2b6762e859
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -39,7 +39,6 @@
* 2020-10-11 Meco Man add value overflow-check code
* 2021-01-03 Meco Man implement rt_mb_urgent()
* 2021-05-30 Meco Man implement rt_mutex_trytake()
* 2021-01-20 hupu fix priority inversion bug of mutex
*/
#include <rtthread.h>