add jump inside page under mm.md

This commit is contained in:
Yan_yan
2020-11-12 15:40:47 +08:00
parent a84a346821
commit 4c79e590c1
2 changed files with 55 additions and 15 deletions

View File

@@ -10,7 +10,7 @@
* [信号量](#sem)
* [互斥量](#mutex)
* [事件集](#event)
* [任务切换时间测试](#time_test)
* [时间测试](#time_test)
* [概述](#time_test_intro)
* [基于 ARM 处理器的任务切换时间测试](#time_test_arm)
* [基于 RISC-V 处理器的任务切换时间测试](#time_test_riscv)
@@ -541,7 +541,7 @@ xs_int32 xs_UserEventReinit(xs_uint16 id);
<span id="time_test"></span>
## 任务切换时间测试
## 时间测试
<span id="time_test_intro"></span>