[修改] 增加freeRTOS
1. 版本FreeRTOSv202212.01,命名为kernel;
This commit is contained in:
7
kernel/FreeRTOS-Plus/ThirdParty/mbedtls/scripts/rm-calloc-cast.cocci
vendored
Normal file
7
kernel/FreeRTOS-Plus/ThirdParty/mbedtls/scripts/rm-calloc-cast.cocci
vendored
Normal file
@ -0,0 +1,7 @@
|
||||
@rm_calloc_cast@
|
||||
expression x, n, m;
|
||||
type T;
|
||||
@@
|
||||
x =
|
||||
- (T *)
|
||||
mbedtls_calloc(n, m)
|
||||
Reference in New Issue
Block a user