Skip to content

Commit 686e75e

Browse files
Update rpc/cc/arduino/cli/commands/v1/compile.proto
Co-authored-by: Alessio Perugini <[email protected]>
1 parent d10c92c commit 686e75e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

rpc/cc/arduino/cli/commands/v1/compile.pb.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

rpc/cc/arduino/cli/commands/v1/compile.proto

+1-1
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ message CompileRequest {
9494
// the variables placeholders exactly as defined in the platform.
9595
bool do_not_expand_build_properties = 29;
9696
// Search for precompiled cores in the given paths and use them if found.
97-
// This search is performed before the standard build_cache directory.
97+
// This search is performed after the standard build_cache directory.
9898
repeated string build_cache_extra_paths = 30;
9999
}
100100

0 commit comments

Comments
 (0)