Skip to content

Commit c5c9bd9

Browse files
committed
fix build
1 parent 37560c5 commit c5c9bd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,7 @@ func CreateDummyPort() *boardPortJSON {
339339
Properties: properties.NewFromHashmap(map[string]string{
340340
"vid": "0x2341",
341341
"pid": "0x0041",
342-
"mac": fmt.Sprintf("%d", dummyCounter*73622384782),
342+
"mac": fmt.Sprintf("%d", dummyCounter*384782),
343343
}),
344344
}
345345
}

0 commit comments

Comments
 (0)