diff --git a/paul.qmd b/paul.qmd index d772323..b5d1d5d 100644 --- a/paul.qmd +++ b/paul.qmd @@ -306,12 +306,12 @@ flowchart TB A1[Controller_Frontend, CreateWindow, IOPorts, ToggleButtonGroupExt] end subgraph Application Code - A2[Use Cases, WatchdogTimer, PreScaler, ProgrammStack, Timer, InstructionDecoder, AssemblerProgram, PicThread] + A2[Use Cases, WatchdogTimer, PreScaler, ProgrammStack, Timer] end subgraph Kern A3[Main.java] end + A3 --> A1 A1 --> A2 - A2 --> A3 ``` \ No newline at end of file