From 66371c09c93afaa95dcf35cdbf3d49862ddf4132 Mon Sep 17 00:00:00 2001 From: Flokke Date: Thu, 7 May 2026 12:13:25 +0200 Subject: [PATCH] Update beepTask comment to reflect task-notification wakeup mechanism --- src/InterruptHandler.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/InterruptHandler.cpp b/src/InterruptHandler.cpp index eedf0eb..bc1c8c7 100644 --- a/src/InterruptHandler.cpp +++ b/src/InterruptHandler.cpp @@ -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, * then drives the buzzer supply pin — work that was previously in timerIsr. *