summaryrefslogtreecommitdiff
path: root/cmd/pic32-ipp/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/pic32-ipp/main.go')
-rw-r--r--cmd/pic32-ipp/main.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/cmd/pic32-ipp/main.go b/cmd/pic32-ipp/main.go
index 34a1ec8..c6d3d98 100644
--- a/cmd/pic32-ipp/main.go
+++ b/cmd/pic32-ipp/main.go
@@ -7,6 +7,7 @@ import (
"strconv"
"time"
+ "pm3.dev/ipp"
"pm3.dev/pic32"
)
@@ -15,6 +16,7 @@ var follow = flag.Bool("f", false, "don't exit after response")
func main() {
flag.Parse()
+ *ipp.Trace = true
log.SetFlags(log.Lshortfile | log.Ldate | log.Ltime | log.Lmicroseconds)
log.Println("pic32-ipp start")
wc := make(chan struct{}, 1)