From e8d9e97fe5c3e64fab57ccff8cfdb60fe24a849d Mon Sep 17 00:00:00 2001 From: Uwe Seimet Date: Fri, 17 Dec 2021 16:59:49 +0100 Subject: [PATCH] Comment update --- src/raspberrypi/rascsi_interface.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/raspberrypi/rascsi_interface.proto b/src/raspberrypi/rascsi_interface.proto index fc3890a6..1fad7395 100644 --- a/src/raspberrypi/rascsi_interface.proto +++ b/src/raspberrypi/rascsi_interface.proto @@ -164,7 +164,7 @@ message PbOperationParameter { string name = 1; // "int" or "string" string type = 2; - // Any value is permitted if empty + // Any value of the specified type is permitted if empty repeated string values = 3; bool is_mandatory = 4; }