]> Kevux Git Server - fll/commitdiff
Cleanup: Add missing function documentation for fll_program_standard_signal_received_...
authorKevin Day <Kevin@kevux.org>
Thu, 10 Apr 2025 02:29:56 +0000 (21:29 -0500)
committerKevin Day <Kevin@kevux.org>
Thu, 10 Apr 2025 02:29:56 +0000 (21:29 -0500)
level_2/fll_program/c/program.h

index 4ebe6bed6859e6976c503c774b882c0da6c61e1f..9a8d0a586dc3a31b4fcd7b70864d253701ac70a4 100644 (file)
@@ -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.