mirror of https://bitbucket.org/ausocean/av.git
cmd/revid-cli: updated readPin func comment
This commit is contained in:
parent
4e1c8e7c45
commit
b9c53791d8
|
@ -357,6 +357,8 @@ func run(cfg revid.Config) error {
|
|||
}
|
||||
}
|
||||
|
||||
// readPin is callback func for netsender so that pins can be appropriately set
|
||||
// for this circumstance.
|
||||
func readPin(pin *netsender.Pin) error {
|
||||
switch {
|
||||
case pin.Name == "X23":
|
||||
|
|
Loading…
Reference in New Issue