RPMCapture: fix copyright year, improve comments

This commit is contained in:
Matthias Grob
2024-12-12 12:08:39 +01:00
parent f4c8e0e35f
commit 267fa06da8
8 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -70,7 +70,7 @@ bool PPSCapture::init()
int32_t function;
if (function_handle != PARAM_INVALID && param_get(function_handle, &function) == 0) {
if (function == 2064) { // PPS_Input
if (function == 2064) { // PPS_Input see mixer_module/output_functions.yaml parameter metadata definition
_channel = i;
}
}