aboutsummaryrefslogtreecommitdiffstats
path: root/sw/cal/err.go
diff options
context:
space:
mode:
authorSam Anthony <sam@samanthony.xyz>2025-11-08 20:56:50 -0500
committerSam Anthony <sam@samanthony.xyz>2025-11-08 20:56:50 -0500
commit2085a6b287d435052fada584cb3e623064ddafda (patch)
tree1c1d6a34a49cda46bc271237cf26ccb8c82332b0 /sw/cal/err.go
parent4d4024312dad007a72844cc82d5fa550b12f050b (diff)
downloadcan-gauge-interface-2085a6b287d435052fada584cb3e623064ddafda.zip
cal: refactor
Diffstat (limited to 'sw/cal/err.go')
-rw-r--r--sw/cal/err.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/sw/cal/err.go b/sw/cal/err.go
index 4ceb1cc..4069384 100644
--- a/sw/cal/err.go
+++ b/sw/cal/err.go
@@ -9,7 +9,8 @@ import (
)
var (
- errWrongId = errors.New("wrong ID")
+ errWrongId = errors.New("wrong ID")
+ errVerifyFail = errors.New("verification failed")
)
func eprintf(format string, a ...any) {