From 2a2ef7d7089effb8385d8340979b47421b6d7a70 Mon Sep 17 00:00:00 2001 From: rtos_shang <614371500@qq.com> Date: Tue, 25 May 2021 10:12:19 +0800 Subject: [PATCH] change according to comments --- arch_spec.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch_spec.md b/arch_spec.md index a7a024b6..b7ae40e1 100644 --- a/arch_spec.md +++ b/arch_spec.md @@ -30,7 +30,7 @@ │   │   │ └── riscv32 --- Riscv32 architecture │   │   │   │ └── gcc --- Implementation of the GCC toolchain │   │   └── include -│   │   ├── los_arch.h --- Initialization +│   │   ├── los_arch.h --- Arch initialization │   │   ├── los_atomic.h --- Atomic operations │   │   ├── los_context.h --- Context switch │   │   ├── los_interrupt.h --- Interrupts