Skip to content

Commit 6e9616c

Browse files
committed
Added missing comment
1 parent 54aa72f commit 6e9616c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

internal/integrationtest/arduino-cli.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -272,6 +272,7 @@ func (inst *ArduinoCLIInstance) PlatformInstall(ctx context.Context, packager, a
272272
return installCl, err
273273
}
274274

275+
// Compile calls the "Compile" gRPC method.
275276
func (inst *ArduinoCLIInstance) Compile(ctx context.Context, fqbn, sketchPath string) (commands.ArduinoCoreService_CompileClient, error) {
276277
compileCl, err := inst.cli.daemonClient.Compile(ctx, &commands.CompileRequest{
277278
Instance: inst.instance,

0 commit comments

Comments
 (0)