From d62fa625aad7b701de896429c0a64656db6fa741 Mon Sep 17 00:00:00 2001 From: Kevin Day Date: Wed, 9 Apr 2025 21:29:56 -0500 Subject: [PATCH] Cleanup: Add missing function documentation for fll_program_standard_signal_received_wait(). --- level_2/fll_program/c/program.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/level_2/fll_program/c/program.h b/level_2/fll_program/c/program.h index 4ebe6be..9a8d0a5 100644 --- a/level_2/fll_program/c/program.h +++ b/level_2/fll_program/c/program.h @@ -477,6 +477,8 @@ extern "C" { * - signal.id: At start and on return. * - signal_received: Stores the signal received if deemed appropraite. * - signal_status: Stores the status of the signal checking function. + * @param max + * The maximum number of consecutive failures without an interrupt from f_signal_wait() before aborting. * * @return * F_interrupt on success with interrupt received. -- 1.8.3.1