mirror of https://bitbucket.org/ausocean/av.git
fix compile error
This commit is contained in:
parent
499447727e
commit
fe6686d0f5
|
@ -430,7 +430,7 @@ func revidReportActions(pin int) (int, error) {
|
|||
// return int(processManager.PriorityLevel), nil
|
||||
|
||||
default:
|
||||
return -1, errors.New("External pin" + pin + " not defined")
|
||||
return -1, errors.New("External pin" + strconv.Itoa(pin) + " not defined")
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue