Interrupt typo fixed

This commit is contained in:
davidinux
2021-03-22 11:37:38 +01:00
parent e8ae0fe38f
commit 742f65d876

View File

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