Skip to content

Commit 028dd94

Browse files
committed
Correct Interrupt diagram
1 parent 25ef98f commit 028dd94

1 file changed

Lines changed: 21 additions & 22 deletions

File tree

15_TimerUndInterrupts.md

Lines changed: 21 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -88,28 +88,27 @@ Ein Interrupt beschreibt die kurzfristige Unterbrechung der normalen Programmaus
8888

8989
```text @plantUML.png
9090
@startuml
91-
ditaa
92-
Hauptprogramm Interrupt-Routine
93-
94-
+---------------+
95-
: ... |
96-
+---------------+
97-
: Instruktion 1 | +-------------+
98-
+---------------+ | |
99-
Interrupt tritt auf -> : Instruktion 2 | | v
100-
+---------------+ | +---------------+
101-
| | : Instruktion A |
102-
+--------------+ +---------------+
103-
: Instruktion B |
104-
+--------------+ +---------------+
105-
| | : Instruktion C |
106-
+---------------+ | +---------------+
107-
: Instruktion 3 | | |
108-
+---------------+ +-------------+
109-
: Instruktion 4 |
110-
+---------------+
111-
: ... |
112-
+---------------+
91+
ditaa
92+
Hauptprogramm Interrupt-Routine
93+
+---------------+
94+
: ... |
95+
+---------------+
96+
: Instruktion 1 | +-------------+
97+
+---------------+ | |
98+
Interrupt tritt auf -> : Instruktion 2 | | v
99+
+---------------+ | +---------------+
100+
| | : Instruktion A |
101+
+--------------+ +---------------+
102+
: Instruktion B |
103+
+--------------+ +---------------+
104+
| | : Instruktion C |
105+
+---------------+ | +---------------+
106+
: Instruktion 3 | | |
107+
+---------------+ +-------------+
108+
: Instruktion 4 |
109+
+---------------+
110+
: ... |
111+
+---------------+
113112
114113
@enduml
115114
```

0 commit comments

Comments
 (0)