diff --git a/architecture.html b/architecture.html
index 0ff652c..a3a868f 100644
--- a/architecture.html
+++ b/architecture.html
@@ -120,7 +120,7 @@
timerIsr
hw_timer 0 · 1 MHz · Alarm 10 000 µs
· ++count; if count==10 → tDecis++ (volatile)
- · xSemaphoreGiveFromISR(beepSemaphore) + portYIELD_FROM_ISR
+ · vTaskNotifyGiveFromISR(beepTaskHandle) + portYIELD_FROM_ISR
← gesamte Beep-Logik jetzt in beepTask