aboutsummaryrefslogtreecommitdiff
path: root/elegoo.go
diff options
context:
space:
mode:
Diffstat (limited to 'elegoo.go')
-rw-r--r--elegoo.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/elegoo.go b/elegoo.go
index 190c489..9e78a0c 100644
--- a/elegoo.go
+++ b/elegoo.go
@@ -8,7 +8,7 @@ import (
"github.com/golang/protobuf/proto"
)
-//go:generate sh -c "protoc --go_out=. --nanopb_out=firmware/ *.proto"
+//go:generate sh -c "protoc --go_out=. --nanopb_out=elegoo/ *.proto"
type ProtoComm interface {
Send(pb proto.Message) error