aboutsummaryrefslogtreecommitdiff
path: root/elegoo.go
diff options
context:
space:
mode:
Diffstat (limited to 'elegoo.go')
-rw-r--r--elegoo.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/elegoo.go b/elegoo.go
index a7ed182..50ed37f 100644
--- a/elegoo.go
+++ b/elegoo.go
@@ -5,10 +5,10 @@ import (
"io"
"github.com/dim13/cobs"
- proto "github.com/golang/protobuf/proto"
+ "github.com/golang/protobuf/proto"
)
-//go:generate sh -c "protoc --go_out=. --nanopb_out=elegoo/ *.proto"
+//go:generate sh -c "protoc --go_out=. --nanopb_out=firmware/ *.proto"
func Send(w io.Writer, pb proto.Message) error {
buf := new(proto.Buffer)