From c3893c5b49cf1c5c169655fb321d133d71e4fcdf Mon Sep 17 00:00:00 2001 From: xzb <223@qq.com> Date: Mon, 16 Oct 2023 11:10:54 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=A1=E5=8F=B7=E6=9C=BA=E7=8A=B6=E6=80=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- protos/device_state.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/protos/device_state.proto b/protos/device_state.proto index be4b57b..4445ecb 100644 --- a/protos/device_state.proto +++ b/protos/device_state.proto @@ -55,7 +55,7 @@ message SignalState{ //信号机索引 string id = 1; //信号机的灯列表 - repeated Signal.Aspect aspect = 2; + Signal.Aspect aspect = 2; } //信号机显示定义 message Signal {