Update beepTask comment to reflect task-notification wakeup mechanism

This commit is contained in:
2026-05-07 12:13:25 +02:00
parent 8d4e43c735
commit 66371c09c9
+1 -1
View File
@@ -98,7 +98,7 @@ void InterruptHandler_PauseReceive()
} }
/** /**
* Woken every 10 ms by timerIsr via beepSemaphore. * Woken every 10 ms by timerIsr via task notification.
* Handles short-beep timing and the PiepPattern state machine, * Handles short-beep timing and the PiepPattern state machine,
* then drives the buzzer supply pin — work that was previously in timerIsr. * then drives the buzzer supply pin — work that was previously in timerIsr.
* *