mirror of
https://github.com/davidgiven/fluxengine.git
synced 2025-10-31 11:17:01 -07:00
11 lines
183 B
Protocol Buffer
11 lines
183 B
Protocol Buffer
syntax = "proto2";
|
|
|
|
import "lib/common.proto";
|
|
|
|
message UsbProto {
|
|
oneof device {
|
|
string serial = 1
|
|
[(help) = "serial number of FluxEngine or GreaseWeazle device to use"];
|
|
}
|
|
}
|