Skip to content

Commit c55b870

Browse files
update .proto
1 parent 29c70df commit c55b870

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: rpc/cc/arduino/cli/commands/v1/commands.proto

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ service ArduinoCoreService {
8282
rpc BoardSearch(BoardSearchRequest) returns (BoardSearchResponse);
8383

8484
// List boards connection and disconnected events.
85-
rpc BoardListWatch(stream BoardListWatchRequest)
85+
rpc BoardListWatch(BoardListWatchRequest)
8686
returns (stream BoardListWatchResponse);
8787

8888
// Compile an Arduino sketch.

0 commit comments

Comments
 (0)