update 开发流程.md.

Signed-off-by: 所有内核全局不关中断的RTOS <cosyos@139.com>
This commit is contained in:
所有内核全局不关中断的RTOS
2023-07-16 13:52:08 +00:00
committed by Gitee
parent 459a1d1dbc
commit 94f9059c77

View File

@@ -69,7 +69,7 @@ CosyOS支持高等级优化您完全可选择7级或8级speed偏向于代
3、用户的自定义函数如需要可重入应手动添加“reentrant”属性。<br>
```
```c
void function_x(void) reentrant;
void function_x(void) reentrant
{