Interrupt typo fixed

This commit is contained in:
davidinux 2021-03-22 11:37:38 +01:00
parent e8ae0fe38f
commit 742f65d876
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@
│   │   ├── los_arch_atomic.h --- Atomic operations │   │   ├── los_arch_atomic.h --- Atomic operations
│   │   ├── los_arch_context.h --- Context switch │   │   ├── los_arch_context.h --- Context switch
│   │   ├── los_arch.h --- Initialization │   │   ├── los_arch.h --- Initialization
│   │   └── los_arch_interrupt.h --- Interrups │   │   └── los_arch_interrupt.h --- Interrupts
│   ├── include │   ├── include
│   │   ├── los_config.h --- Configuration parameters │   │   ├── los_config.h --- Configuration parameters
│   │   ├── los_event.h --- Events management │   │   ├── los_event.h --- Events management